ResultCollection
in package
implements
IteratorAggregate
A collection of validation-results.
Table of Contents
Interfaces
- IteratorAggregate
Methods
- __construct() : mixed
- __get() : mixed
- __set() : mixed
- getIterator() : ArrayIterator
- getResults() : array<string|int, mixed>
- isInResults() : bool
- resultsAreNtCaseIds() : bool
Methods
__construct()
public
__construct([string $DMO = '' ]) : mixed
Parameters
- $DMO : string = ''
__get()
public
__get(string $fieldName) : mixed
Parameters
- $fieldName : string
__set()
public
__set(string $fieldName, Result|ResultCollection $fieldResult) : mixed
Parameters
- $fieldName : string
- $fieldResult : Result|ResultCollection
getIterator()
public
getIterator() : ArrayIterator
Return values
ArrayIteratorgetResults()
public
getResults() : array<string|int, mixed>
Return values
array<string|int, mixed>isInResults()
public
isInResults(string $field) : bool
Parameters
- $field : string
Return values
boolresultsAreNtCaseIds()
public
resultsAreNtCaseIds() : bool