__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
inthasChildren() : bool
Returns whether the current element has children.
boolkey() : string
Implements Iterator
stringnext()
Implements Iterator
offsetExists(string $rdn) : bool
Implements ArrayAccess.
string
booloffsetGet(string $rdn) : array | null
Implements ArrayAccess.
string
arraynull
offsetSet(string $name, $value)
Implements ArrayAccess.
string
offsetUnset($name)
Implements ArrayAccess.
rewind()
Implements Iterator
toArray() : array
arrayvalid() : bool
Implements Iterator
bool$data : array