프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_db | Horde_Db_Adapter | Handle for the current database connection. |
메소드 | 설명 | |
---|---|---|
__construct ( string $user, array $params = [] ) | Constructor. | |
get ( $scope_ob ) | ||
getCharset ( ) : string | Returns the charset of the DB backend. | |
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: - db: (Horde_Db_Adapter) [REQUIRED] The DB instance. - table: (string) The name of the prefs table. DEFAULT: 'horde_prefs' |
public getCharset ( ) : string | ||
리턴 | string | The connection's charset. |
public listScopes ( ) : array | ||
리턴 | array | The list of scopes stored in the backend. |