PHP Class Horde_Kolab_Server_Ldap_Standard, 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.
Afficher le fichier
Open project: horde/horde
Méthodes publiques
Méthode |
Description |
|
findBelow ( string $query, string $parent, array $params = [] ) : Horde_Kolab_Server_Result |
Finds all object data below a parent matching a given set of criteria. |
|
Method Details
findBelow()
public méthode
Finds all object data below a parent matching a given set of criteria.
public findBelow ( string $query, string $parent, array $params = [] ) : Horde_Kolab_Server_Result |
$query |
string |
The LDAP search query |
$parent |
string |
The parent to search below. |
$params |
array |
Additional search parameters. |
Résultat |
Horde_Kolab_Server_Result |
The result object. |