PHP 클래스 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.
상속: extends Horde_Kolab_Server_Ldap
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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() 공개 메소드

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