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();