Ldap/Collection.php
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-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
- 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()array()Details- Type
- array
Methods

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

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

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

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

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

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

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

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