Zend wraps a list of LDAP entries.
More...
|
| __construct (Collection\DefaultIterator $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.
|
|
|
| createEntry (array $data) |
| Creates the data structure for the given entry data.
|
|
Zend wraps a list of LDAP entries.
__construct |
( |
Collection\DefaultIterator |
$iterator | ) |
|
Constructor.
- Parameters
-
Collection\DefaultIterator | $iterator | |
Closes the current result set.
- Returns
- bool
Returns the number of items in current result Implements Countable.
- Returns
- int
createEntry |
( |
array |
$data | ) |
|
|
protected |
Creates the data structure for the given entry data.
- Parameters
-
- Returns
- array
Return the current result item Implements Iterator.
- Returns
- array|null
- Exceptions
-
Return the current result item DN.
- Returns
- string|null
Get first entry.
- Returns
- array
Returns the underlying iterator.
- Returns
- Collection
Return the current result item key Implements Iterator.
- Returns
- int|null
Move forward to next result item Implements Iterator.
- Exceptions
-
Rewind the Iterator to the first result item Implements Iterator.
- Exceptions
-
Get all entries as an array.
- Returns
- array
Check if there is a current result item after calls to rewind() or next() Implements Iterator.
- Returns
- bool