Ouzo\Utilities\Iterator\BatchingIterator::current PHP 메소드

current() 공개 메소드

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