Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



third_party/vfsstream/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainerIterator.php

Table of Contents
This file is part of vfsStream.

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Package
org\bovigo\vfs

\org\bovigo\vfs\vfsStreamContainerIterator

Package: Default
Iterator for children of a directory container.
Implements

Methods

method public __construct ( \org\bovigo\vfs\vfsStreamContent[] $children) : void

constructor

Parameters
Name Type Description
$children \org\bovigo\vfs\vfsStreamContent[]
method public current () : \org\bovigo\vfs\vfsStreamContent

returns the current child

Returns
Type Description
\org\bovigo\vfs\vfsStreamContent
method public key () : string

returns the name of the current child

Returns
Type Description
string
method public next () : void

iterates to next child

method public rewind () : void

resets children pointer

method public valid () : bool

checks if the current value is valid

Returns
Type Description
bool
Documentation was generated by phpDocumentor 2.0.0a12 .