__construct()
__destruct()
close()
count()
current()
dn()
getFirst()
getInnerIterator()
key()
next()
rewind()
toArray()
valid()
createEntry()
$cache
$current
$iterator
Zend\Ldap\Node\Collection provides a collection of nodes.
__construct(\Zend\Ldap\Collection\DefaultIterator $iterator)
| inherited_from | \Zend\Ldap\Collection::__construct() |
|---|
\Zend\Ldap\Collection\DefaultIterator
__destruct()
| inherited_from | \Zend\Ldap\Collection::__destruct() |
|---|
close() : bool
| inherited_from | \Zend\Ldap\Collection::close() |
|---|
boolcount() : int
| inherited_from | \Zend\Ldap\Collection::count() |
|---|
intcurrent() : array | null
| inherited_from | \Zend\Ldap\Collection::current() |
|---|
\Zend\Ldap\Exception\LdapException |
|---|
arraynull
dn() : string | null
| inherited_from | \Zend\Ldap\Collection::dn() |
|---|
stringnull
getFirst() : array
| inherited_from | \Zend\Ldap\Collection::getFirst() |
|---|
arraygetInnerIterator() : \Zend\Ldap\Collection\DefaultIterator
| inherited_from | \Zend\Ldap\Collection::getInnerIterator() |
|---|
key() : string
Implements Iterator and RecursiveIterator
stringnext()
rewind()
toArray() : array
| inherited_from | \Zend\Ldap\Collection::toArray() |
|---|
arrayvalid() : bool
| inherited_from | \Zend\Ldap\Collection::valid() |
|---|
bool$cache : array
| inherited_from | \Zend\Ldap\Collection::$$cache |
|---|
$current : int
| inherited_from | \Zend\Ldap\Collection::$$current |
|---|
$iterator : \Zend\Ldap\Collection\DefaultIterator
| inherited_from | \Zend\Ldap\Collection::$$iterator |
|---|