Ouzo\Utilities\Iterator\BatchingIterator::next PHP Method

next() public method

public next ( )
    public function next()
    {
        $this->position++;
        $this->fetchChunk();
    }