Ouzo\Utilities\Iterator\BatchingIterator::next PHP Метод

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

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