lithium\data\Collection::_populate PHP 메소드

_populate() 추상적인 보호된 메소드

A method to be implemented by concrete Collection classes which, provided a reference to a backend data source, and a resource representing a query result cursor, fetches new result data and wraps it in the appropriate object type, which is added into the Collection and returned.
abstract protected _populate ( ) : mixed
리턴 mixed Returns the next `Record`, `Document` object or other `Entity` object if exists. Returns `null` otherwise.
    protected abstract function _populate();