Pheasant\Database\Mysqli\ResultIterator::current PHP Method

current() public method

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