Méthode |
Description |
|
__construct ( array $results, array $resultsIdentities = [] ) |
Constructor function |
|
count ( ) |
Get a count of all the records in the result set |
|
current ( ) |
---------------------------------------------- |
|
first ( ) |
Returns first result in set |
|
key ( ) |
|
|
next ( ) |
|
|
offsetExists ( $key ) |
---------------------------------------------- |
|
offsetGet ( $key ) |
|
|
offsetSet ( $key, $value ) |
|
|
offsetUnset ( $key ) |
|
|
rewind ( ) |
|
|
toArray ( $keyColumn = null, $valueColumn = null ) |
ResultSet to array using given key/value columns |
|
valid ( ) |
|
|