Ouzo\Utilities\Iterator\FluentIterator::reindex PHP 메소드

reindex() 공개 메소드

Returns an iterator that indexes elements numerically starting from 0
public reindex ( )
    public function reindex()
    {
        $this->iterator = Iterators::reindex($this->iterator);
        return $this;
    }