Pheasant\Database\Mysqli\ResultIterator::current PHP Метод

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

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