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_Collection provides a collecion of nodes.

__construct(
\Zend_Ldap_Collection_Iterator_Default $iterator
)
:
void
Constructor.
Inherited from: \Zend_Ldap_Collection::__construct()Name | Type | Description |
---|---|---|
$iterator | \Zend_Ldap_Collection_Iterator_Default |

close(
)
:
boolean
Closes the current result set
Inherited from: \Zend_Ldap_Collection::close()Type | Description |
---|---|
boolean |

count(
)
:
int
Returns the number of items in current result Implements Countable
Inherited from: \Zend_Ldap_Collection::count()Type | Description |
---|---|
int |

current(
)
:
array|null
Return the current result item Implements Iterator
Inherited from: \Zend_Ldap_Collection::current()
dn(
)
:
string|null
Return the current result item DN
Inherited from: \Zend_Ldap_Collection::dn()Type | Description |
---|---|
stringnull |

getFirst(
)
:
array
Get first entry
Inherited from: \Zend_Ldap_Collection::getFirst()Type | Description |
---|---|
array |

getInnerIterator(
)
:
\Zend_Ldap_Collection_Iterator_Default
Returns the underlying iterator
Inherited from: \Zend_Ldap_Collection::getInnerIterator()Type | Description |
---|---|
\Zend_Ldap_Collection_Iterator_Default |

key(
)
:
string
Return the child key (DN).
Implements Iterator and RecursiveIterator
Type | Description |
---|---|
string |

next(
)
:
void
Move forward to next result item Implements Iterator
Inherited from: \Zend_Ldap_Collection::next()Exception | Description |
---|---|
\Zend_Ldap_Exception |

rewind(
)
:
void
Rewind the Iterator to the first result item Implements Iterator
Inherited from: \Zend_Ldap_Collection::rewind()Exception | Description |
---|---|
\Zend_Ldap_Exception |

toArray(
)
:
array
Get all entries as an array
Inherited from: \Zend_Ldap_Collection::toArray()Type | Description |
---|---|
array |

valid(
)
:
boolean
Check if there is a current result item after calls to rewind() or next() Implements Iterator
Inherited from: \Zend_Ldap_Collection::valid()Type | Description |
---|---|
boolean |