Property | Type | Description | |
---|---|---|---|
$_ldap | Horde_Ldap | Handle for the current LDAP connection. | |
$_prefsDN | string | Current DN holding the preferences. |
Method | Description | |
---|---|---|
__construct ( string $user, array $params = [] ) | Constructor. | |
get ( $scope_ob ) | ||
listScopes ( ) : array | Lists all available scopes. | |
remove ( $scope = null, $pref = null ) | ||
store ( $scope_ob ) |
public __construct ( string $user, array $params = [] ) | ||
$user | string | The username. |
$params | array | Configuration parameters. - 'ldap': (Horde_Ldap) [REQUIRED] The DB instance. |
public listScopes ( ) : array | ||
return | array | The list of scopes stored in the backend. |
protected Horde_Ldap $_ldap | ||
return | Horde_Ldap |
protected string $_prefsDN | ||
return | string |