PHP Class Horde_Kolab_Server_Ldap_Filtered, 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_Kolab_Server_Ldap
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Kolab_Server_Connection_Interface $connection, string $base_dn, string $filter = null ) Constructor.
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

__construct() public method

Constructor.
public __construct ( Horde_Kolab_Server_Connection_Interface $connection, string $base_dn, string $filter = null )
$connection Horde_Kolab_Server_Connection_Interface The LDAP connection.
$base_dn string The LDAP server base DN.
$filter string A global filter to add to all queries.

findBelow() public method

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.
return Horde_Kolab_Server_Result The result object.