PHP Класс lithium\data\source\mongo_db\Result

Наследование: extends lithium\data\source\Result
Показать файл Открыть проект

Защищенные методы

Метод Описание
_fetch ( ) : array | boolean | null Fetches the next result from the resource.

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

_fetch() защищенный Метод

Fetches the next result from the resource.
protected _fetch ( ) : array | boolean | null
Результат array | boolean | null Returns a key/value pair for the next result, `null` if there is none, `false` if something bad happened.