lithium\data\source\Result::_fetch PHP Метод

_fetch() абстрактный защищенный Метод

Fetches the next result from the resource.
abstract 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.
    protected abstract function _fetch();