Newscoop\File\Manager\LocalManager::next PHP Method

next() public method

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