Documentation

vfsStreamContainerIterator
in package
implements Iterator

Iterator for children of a directory container.

Interfaces, Classes and Traits

Iterator

Table of Contents

$children  : mixed
list of children from container to iterate over
__construct()  : mixed
constructor
current()  : vfsStreamContent
returns the current child
key()  : string
returns the name of the current child
next()  : mixed
iterates to next child
rewind()  : mixed
resets children pointer
valid()  : bool
checks if the current value is valid

Properties

$children

list of children from container to iterate over

protected mixed $children
Tags
type

vfsStreamContent[]

Methods

Search results