lithium\data\source\Result::_init()
Overrides
lithium\core\Object::_init()
Initializer. Eager loads the first result.
Returns
voidSource
protected function _init() {
parent::_init();
$this->next();
}