PHP 클래스 Horde_Prefs_Storage_Ldap, horde

저자: Jon Parise ([email protected])
저자: Ben Klang ([email protected])
저자: Michael Slusarz ([email protected])
저자: Heinz Schweiger ([email protected])
상속: extends Horde_Prefs_Storage_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_ldap Horde_Ldap Handle for the current LDAP connection.
$_prefsDN string Current DN holding the preferences.

공개 메소드들

메소드 설명
__construct ( string $user, array $params = [] ) Constructor.
get ( $scope_ob )
listScopes ( ) : array Lists all available scopes.
remove ( $scope = null, $pref = null )
store ( $scope_ob )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $user, array $params = [] )
$user string The username.
$params array Configuration parameters. - 'ldap': (Horde_Ldap) [REQUIRED] The DB instance.

get() 공개 메소드

public get ( $scope_ob )

listScopes() 공개 메소드

Lists all available scopes.
public listScopes ( ) : array
리턴 array The list of scopes stored in the backend.

remove() 공개 메소드

public remove ( $scope = null, $pref = null )

store() 공개 메소드

public store ( $scope_ob )

프로퍼티 상세

$_ldap 보호되어 있는 프로퍼티

Handle for the current LDAP connection.
protected Horde_Ldap $_ldap
리턴 Horde_Ldap

$_prefsDN 보호되어 있는 프로퍼티

Current DN holding the preferences.
protected string $_prefsDN
리턴 string