Pheasant\Query\QueryIterator::current PHP Method

current() public method

Returns the row that matches the current position
public current ( ) : array
return array
    public function current()
    {
        return $this->_hydrate($this->_iterator()->current());
    }