Zend Framework  1.12
Public Member Functions | Protected Member Functions | List of all members
Zend_Ldap_Node_Collection Class Reference

Public Member Functions

 key ()
 Return the child key (DN).
 
- Public Member Functions inherited from Zend_Ldap_Collection
 __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 Member Functions inherited from Zend_Ldap_Collection
 _createEntry (array $data)
 Creates the data structure for the given entry data.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Ldap_Collection
 $_iterator = null
 
 $_current = -1
 
 $_cache = array()
 

Member Function Documentation

_createEntry ( array  $data)
protected

Creates the data structure for the given entry data.

Parameters
array$data
Returns
Zend_Ldap_Node
See Also
Zend_Ldap_Node
key ( )

Return the child key (DN).

Implements Iterator and RecursiveIterator

Returns
string