Documentation

Evidence extends Sand
in package

Helper class for work with multiplete documents.

Tags
author

Vítězslav Dvořák info@vitexsoftware.cz

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 = []

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>
Return values
array<int, RO>

Search results