Ldap/Collection/Iterator/Default.php

Show: PublicProtectedPrivateinherited
Table of Contents
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_Iterator_Default

Package: Zend_Ldap
Zend_Ldap_Collection_Iterator_Default is the default collection iterator implementation using ext/ldap
Implements
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  ATTRIBUTE_TO_LOWER = 1
>VConstant  ATTRIBUTE_TO_UPPER = 2
>VConstant  ATTRIBUTE_NATIVE = 3

Properties

>VPropertyprotectedinteger|callback $_attributeNameTreatment = self::ATTRIBUTE_TO_LOWER
The method that will be applied to the attribute's names.
Default valueself::ATTRIBUTE_TO_LOWERDetails
Type
integer | callback
>VPropertyprotectedresource $_current = null
Current result entry identifier
Default valuenullDetails
Type
resource
>VPropertyprotectedinteger $_itemCount = -1
Number of items in query result
Default value-1Details
Type
integer
>VPropertyprotected\Zend_Ldap $_ldap = null
LDAP Connection
Default valuenullDetails
Type
\Zend_Ldap
>VPropertyprotectedresource $_resultId = null
Result identifier resource
Default valuenullDetails
Type
resource

Methods

methodpublic__construct(\Zend_Ldap $ldap, resource $resultId) : void

Constructor.

Parameters
NameTypeDescription
$ldap\Zend_Ldap
$resultIdresource
methodpublic__destruct() : void

methodpublicclose() : bool

Closes the current result set

Returns
TypeDescription
bool
methodpubliccount() : int

Returns the number of items in current result Implements Countable

Returns
TypeDescription
int
methodpubliccurrent() : array | null

Return the current result item Implements Iterator

Returns
TypeDescription
array | null
Throws
ExceptionDescription
\Zend_Ldap_Exception
methodpublicgetAttributeNameTreatment() : integer | callback

Returns the currently set attribute name treatment

Returns
TypeDescription
integer | callback
methodpublicgetLdap() : \Zend_Ldap

Gets the current LDAP connection.

Returns
TypeDescription
\Zend_Ldap
methodpublickey() : string | null

Return the result item key Implements Iterator

Returns
TypeDescription
string | null
methodpublicnext() : void

Move forward to next result item Implements Iterator

Throws
ExceptionDescription
\Zend_Ldap_Exception
methodpublicrewind() : void

Rewind the Iterator to the first result item Implements Iterator

Throws
ExceptionDescription
\Zend_Ldap_Exception
methodpublicsetAttributeNameTreatment(integer | callback $attributeNameTreatment) : \Zend_Ldap_Collection_Iterator_Default

Sets the attribute name treatment.

Can either be one of the following constants - Zend_Ldap_Collection_Iterator_Default::ATTRIBUTE_TO_LOWER - Zend_Ldap_Collection_Iterator_Default::ATTRIBUTE_TO_UPPER - Zend_Ldap_Collection_Iterator_Default::ATTRIBUTE_NATIVE or a valid callback accepting the attribute's name as it's only argument and returning the new attribute's name.
Parameters
NameTypeDescription
$attributeNameTreatmentinteger | callback
Returns
TypeDescription
\Zend_Ldap_Collection_Iterator_DefaultProvides a fluent interface
methodpublicvalid() : boolean

Check if there is a current result item after calls to rewind() or next() Implements Iterator

Returns
TypeDescription
boolean
Documentation was generated by phpDocumentor 2.2.0 .