Documentation

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

getIterator()

public getIterator() : ArrayIterator
Return values
ArrayIterator

getResults()

public getResults() : array<string|int, mixed>
Return values
array<string|int, mixed>

isInResults()

public isInResults(string $field) : bool
Parameters
$field : string
Return values
bool

resultsAreNtCaseIds()

public resultsAreNtCaseIds() : bool
Return values
bool

        
On this page

Search results