|
| key () |
| Return the child key (DN).
|
|
| __construct (Zend_Ldap_Collection_Iterator_Default $iterator) |
| Constructor.
|
|
| __destruct () |
|
| close () |
| Closes the current result set.
|
|
| toArray () |
| Get all entries as an array.
|
|
| getFirst () |
| Get first entry.
|
|
| getInnerIterator () |
| Returns the underlying iterator.
|
|
| count () |
| Returns the number of items in current result Implements Countable.
|
|
| current () |
| Return the current result item Implements Iterator.
|
|
| dn () |
| Return the current result item DN.
|
|
| key () |
| Return the current result item key Implements Iterator.
|
|
| next () |
| Move forward to next result item Implements Iterator.
|
|
| rewind () |
| Rewind the Iterator to the first result item Implements Iterator.
|
|
| valid () |
| Check if there is a current result item after calls to rewind() or next() Implements Iterator.
|
|