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

current() public method

Contains the current result.
public current ( ) : array
return array The current result (or `null` if there is none).
    public function current()
    {
        return $this->_current;
    }