Pheasant\Query\QueryIterator::current PHP Метод

current() публичный Метод

Returns the row that matches the current position
public current ( ) : array
Результат array
    public function current()
    {
        return $this->_hydrate($this->_iterator()->current());
    }