__construct()
count()
current()
getChildren()
hasChildren()
key()
next()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
rewind()
toArray()
valid()
$data
Zend\Ldap\Node\ChildrenIterator provides an iterator to a collection of children nodes.
count() : int
Implements Countable
int
hasChildren() : bool
Returns whether the current element has children.
bool
key() : string
Implements Iterator
string
next()
Implements Iterator
offsetExists(string $rdn) : bool
Implements ArrayAccess.
string
bool
offsetGet(string $rdn) : array | null
Implements ArrayAccess.
string
array
null
offsetSet(string $name, $value)
Implements ArrayAccess.
string
offsetUnset($name)
Implements ArrayAccess.
rewind()
Implements Iterator
toArray() : array
array
valid() : bool
Implements Iterator
bool
$data : array