PHP Interface Neos\Flow\Persistence\QueryResultInterface

Inheritance: extends Countable, extends Iterator, extends ArrayAccess
Afficher le fichier Open project: neos/flow-development-collection Interface Usage Examples

Méthodes publiques

Méthode Description
getFirst ( ) : object Returns the first object in the result set
getQuery ( ) : Neos\Flow\Persistence\QueryInterface Returns a clone of the query object
toArray ( ) : array Returns an array with the objects in the result set

Method Details

getFirst() public méthode

Returns the first object in the result set
public getFirst ( ) : object
Résultat object

getQuery() public méthode

Returns a clone of the query object
public getQuery ( ) : Neos\Flow\Persistence\QueryInterface
Résultat Neos\Flow\Persistence\QueryInterface

toArray() public méthode

Returns an array with the objects in the result set
public toArray ( ) : array
Résultat array