Ldap/Node/ChildrenIterator.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Ldap
- Subpackage
- Node
- Version
- $Id: ChildrenIterator.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Ldap_Node_ChildrenIterator
- Implements
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


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 |