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

current() public method

public current ( )
    public function current()
    {
        return $this->currentChunk;
    }