Ouzo\Utilities\Iterator\UnbatchingIterator::rewind PHP Method

rewind() public method

public rewind ( )
    public function rewind()
    {
        $this->position = 0;
        $this->iterator->rewind();
        $this->chunkIterator = null;
    }