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

_init() protected method

Initializer. Eager loads the first result.
protected _init ( ) : void
return void
    protected function _init()
    {
        parent::_init();
        $this->next();
    }