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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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