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