PHP Интерфейс Neos\Flow\Persistence\QueryResultInterface

Наследование: extends Countable, extends Iterator, extends ArrayAccess
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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

Описание методов

getFirst() публичный Метод

Returns the first object in the result set
public getFirst ( ) : object
Результат object

getQuery() публичный Метод

Returns a clone of the query object
public getQuery ( ) : Neos\Flow\Persistence\QueryInterface
Результат Neos\Flow\Persistence\QueryInterface

toArray() публичный Метод

Returns an array with the objects in the result set
public toArray ( ) : array
Результат array