\Horde_Kolab_Server_Result_Ldap

Handler for LDAP query results.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
count()
sizeLimitExceeded()
asArray()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_search
N/A

Properties

$_search

$_search : \Horde_Ldap_Search

The search result.

Type

\Horde_Ldap_Search

Methods

__construct()

__construct(\Horde_Ldap_Search  $search) 

Constructor.

Parameters

\Horde_Ldap_Search $search

The LDAP search result.

count()

count() : integer

The number of result entries.

Returns

integer —

The number of elements.

sizeLimitExceeded()

sizeLimitExceeded() : boolean

Test if the last search exceeded the size limit.

Returns

boolean —

True if the last search exceeded the size limit.

asArray()

asArray() : array

Return the result as an array.

Returns

array —

The resulting array.