Evidence
extends Sand
in package
Helper class for work with multiplete documents.
Tags
Table of Contents
- $conditions : array<string|int, mixed>
- Conditions for data selection.
- $engine : RO
- __construct() : mixed
- Evidence helper.
- getEvidence() : string
- get used evidence name.
- getEvidenceData() : array<string, string>
- Array of objects in eveidence.
- getEvidenceObjects() : array<int, RO>
- Array of objects in evidence.
Properties
$conditions
Conditions for data selection.
public
array<string|int, mixed>
$conditions
= []
$engine
public
RO
$engine
Methods
__construct()
Evidence helper.
public
__construct(RO $engine[, array<string, string> $conditions = [] ]) : mixed
Parameters
- $engine : RO
- $conditions : array<string, string> = []
Return values
mixed —getEvidence()
get used evidence name.
public
getEvidence() : string
Return values
string —getEvidenceData()
Array of objects in eveidence.
public
getEvidenceData() : array<string, string>
Return values
array<string, string> —getEvidenceObjects()
Array of objects in evidence.
public
getEvidenceObjects() : array<int, RO>