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 license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Ldap
- Version
- $Id$
\Zend_Ldap_Collection
Package: Zend_Ldap
Zend_Ldap_Collection wraps a list of LDAP entries.
- Implements
- Children
- \Zend_Ldap_Node_Collection
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 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
Default value
array()
Details- Type
- array
Methods
__construct(\Zend_Ldap_Collection_Iterator_Default $iterator) : void
Constructor.
Parameters
Name | Type | Description |
---|---|---|
$iterator | \Zend_Ldap_Collection_Iterator_Default |
_createEntry(array $data) : array
Creates the data structure for the given entry data
Parameters
Returns
Name | Type | Description |
---|---|---|
$data | array |
Type | Description |
---|---|
array |
count() : int
Returns the number of items in current result Implements Countable
Returns
Type | Description |
---|---|
int |
current() : array | null
Return the current result item Implements Iterator
Returns
Throws
Type | Description |
---|---|
array | null |
Exception | Description |
---|---|
\Zend_Ldap_Exception |
getInnerIterator() : \Zend_Ldap_Collection_Iterator_Default
Returns the underlying iterator
Returns
Type | Description |
---|---|
\Zend_Ldap_Collection_Iterator_Default |
key() : int | null
Return the current result item key Implements Iterator
Returns
Type | Description |
---|---|
int | null |
next() : void
Move forward to next result item Implements Iterator
Throws
Exception | Description |
---|---|
\Zend_Ldap_Exception |
rewind() : void
Rewind the Iterator to the first result item Implements Iterator
Throws
Exception | Description |
---|---|
\Zend_Ldap_Exception |