ZendLdapNodeChildrenIterator provides an iterator to a collection of children nodes.
Constructor.
| Parameters: | array – |
|---|---|
| Return type: | ZendLdapNodeChildrenIterator |
Returns the number of child nodes. Implements Countable
| Return type: | int |
|---|
Return the current child. Implements Iterator
| Return type: | ZendLdapNode |
|---|
Return the child’d RDN. Implements Iterator
| Return type: | string |
|---|
Move forward to next child. Implements Iterator
Rewind the Iterator to the first child. Implements Iterator
Check if there is a current child after calls to rewind() or next(). Implements Iterator
| Return type: | bool |
|---|
Checks if current node has children. Returns whether the current element has children.
| Return type: | bool |
|---|
Returns the children for the current node.
| Return type: | ChildrenIterator |
|---|
Returns a child with a given RDN. Implements ArrayAccess.
| Parameters: | string – |
|---|---|
| Return type: | array|null |
Checks whether a given rdn exists. Implements ArrayAccess.
| Parameters: | string – |
|---|---|
| Return type: | bool |