PHP Class Horde_Kolab_Server_Connection_Mock_Search, 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.
Inheritance: extends Horde_Ldap_Search
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( array $result ) 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.

Method Details

__construct() public méthode

Constructor.
public __construct ( array $result )
$result array The search result.

asArray() public méthode

Return the result as an array.
public asArray ( ) : array
Résultat array The resulting array.

count() public méthode

The number of result entries.
public count ( ) : integer
Résultat integer The number of elements.

sizeLimitExceeded() public méthode

Test if the last search exceeded the size limit.
public sizeLimitExceeded ( ) : boolean
Résultat boolean True if the last search exceeded the size limit.