Property | Type | Description | |
---|---|---|---|
$results | array |
Method | Description | |
---|---|---|
add ( array $results, string $type = null ) | ||
count ( ) : integer | Returns the total count | |
get ( string $label = null ) : ArrayIterator | Allows retrieval of a set or results, if a label has been used to store results then passing the label as a parameter returns just that set of results. |
public get ( string $label = null ) : ArrayIterator | ||
$label | string | |
return | ArrayIterator |