Zend Framework
1.12
|
Public Member Functions | |
__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. | |
Protected Member Functions | |
_createEntry (array $data) | |
Creates the data structure for the given entry data. | |
Protected Attributes | |
$_iterator = null | |
$_current = -1 | |
$_cache = array() | |
__construct | ( | Zend_Ldap_Collection_Iterator_Default | $iterator | ) |
Constructor.
Zend_Ldap_Collection_Iterator_Default | $iterator |
__destruct | ( | ) |
|
protected |
Creates the data structure for the given entry data.
array | $data |
close | ( | ) |
Closes the current result set.
count | ( | ) |
Returns the number of items in current result Implements Countable.
current | ( | ) |
Return the current result item Implements Iterator.
Zend_Ldap_Exception |
dn | ( | ) |
Return the current result item DN.
getFirst | ( | ) |
Get first entry.
getInnerIterator | ( | ) |
Returns the underlying iterator.
key | ( | ) |
Return the current result item key Implements Iterator.
next | ( | ) |
Move forward to next result item Implements Iterator.
Zend_Ldap_Exception |
rewind | ( | ) |
Rewind the Iterator to the first result item Implements Iterator.
Zend_Ldap_Exception |
toArray | ( | ) |
Get all entries as an array.
valid | ( | ) |
|
protected |
|
protected |
|
protected |