Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_Ldap_Node_ChildrenIterator provides an iterator to a collection of children nodes.

current(
)
:
\Zend_Ldap_Node
Return the current child.
Implements Iterator
Type | Description |
---|---|
\Zend_Ldap_Node |

getChildren(
)
:
\Zend_Ldap_Node_ChildrenIterator
Returns the children for the current node.
Type | Description |
---|---|
\Zend_Ldap_Node_ChildrenIterator |

hasChildren(
)
:
boolean
Checks if current node has children.
Returns whether the current element has children.
Type | Description |
---|---|
boolean |

offsetExists(
string $rdn
)
:
boolean
Checks whether a given rdn exists.
Implements ArrayAccess.
Name | Type | Description |
---|---|---|
$rdn | string |
Type | Description |
---|---|
boolean |

offsetGet(
string $rdn
)
:
\Zend_Ldap_node
Returns a child with a given RDN.
Implements ArrayAccess.
Name | Type | Description |
---|---|---|
$rdn | string |
Type | Description |
---|---|
\Zend_Ldap_node |

offsetSet(
string $name, mixed $value
)
:
null
Does nothing.
Implements ArrayAccess.
Name | Type | Description |
---|---|---|
$name | string | |
$value | mixed |
Type | Description |
---|---|
null |

offsetUnset(
string $name
)
:
null
Does nothing.
Implements ArrayAccess.
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
null |