PHP Класс Horde_Kolab_Server_Result_Ldap, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_Server_Result_Interface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Horde_Ldap_Search $search ) Constructor.
asArray ( ) : array Return the result as an array.
count ( ) : integer The number of result entries.
sizeLimitExceeded ( ) : boolean Test if the last search exceeded the size limit.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Horde_Ldap_Search $search )
$search Horde_Ldap_Search The LDAP search result.

asArray() публичный Метод

Return the result as an array.
public asArray ( ) : array
Результат array The resulting array.

count() публичный Метод

The number of result entries.
public count ( ) : integer
Результат integer The number of elements.

sizeLimitExceeded() публичный Метод

Test if the last search exceeded the size limit.
public sizeLimitExceeded ( ) : boolean
Результат boolean True if the last search exceeded the size limit.