Newscoop\File\Manager\LocalManager::next PHP 메소드

next() 공개 메소드

Implements Iterator::next
public next ( ) : void
리턴 void
    public function next()
    {
        next($this->files);
    }