PHP 클래스 Horde_Prefs_Storage_Sql, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_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 )

메소드 상세

__construct() 공개 메소드

Constructor.
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'

get() 공개 메소드

public get ( $scope_ob )

getCharset() 공개 메소드

Returns the charset of the DB backend.
public getCharset ( ) : string
리턴 string The connection's charset.

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 )

프로퍼티 상세

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

Handle for the current database connection.
protected Horde_Db_Adapter $_db
리턴 Horde_Db_Adapter