Ldap/Collection.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Ldap
- Version
- $Id: Collection.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Ldap_Collection
Zend_Ldap_Collection wraps a list of LDAP entries.
- Implements
- Children
- \Zend_Ldap_Node_Collection
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


array $_cache = array()
Container for item caching to speed up multiple iterations
array()
Details- Type
- array
Methods


__construct(\Zend_Ldap_Collection_Iterator_Default $iterator) : void
Constructor.
Name | Type | Description |
---|---|---|
$iterator | \Zend_Ldap_Collection_Iterator_Default |


_createEntry(array $data) : array
Creates the data structure for the given entry data
Name | Type | Description |
---|---|---|
$data | array |
Type | Description |
---|---|
array |


count() : int
Returns the number of items in current result Implements Countable
Type | Description |
---|---|
int |


current() : array | null
Return the current result item Implements Iterator
Type | Description |
---|---|
array | null |
Exception | Description |
---|---|
\Zend_Ldap_Exception |


getInnerIterator() : \Zend_Ldap_Collection_Iterator_Default
Returns the underlying iterator
Type | Description |
---|---|
\Zend_Ldap_Collection_Iterator_Default |


key() : int | null
Return the current result item key Implements Iterator
Type | Description |
---|---|
int | null |


next() : void
Move forward to next result item Implements Iterator
Exception | Description |
---|---|
\Zend_Ldap_Exception |


rewind() : void
Rewind the Iterator to the first result item Implements Iterator
Exception | Description |
---|---|
\Zend_Ldap_Exception |