lithium\data\source\Result::_fetch PHP Method

_fetch() abstract protected method

Fetches the next result from the resource.
abstract protected _fetch ( ) : array | boolean | null
return 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();