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

key() public method

Returns the current key position on the result.
public key ( ) : integer | null
return integer | null The current key position or `null` if there is none.
    public function key()
    {
        return $this->_key;
    }