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

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

Moves the internal pointer one step forward
public next ( )
    public function next()
    {
        $this->_currentRow = $this->_fetch();
        $this->_position = ++$this->_position;
    }