org\bovigo\vfs\vfsStreamContainerIterator::next PHP Method

next() public method

iterates to next child
public next ( )
    public function next()
    {
        next($this->children);
    }