PHP Класс Horde_Prefs_Storage_File, horde

Автор: Thomas Jarosch ([email protected])
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Prefs_Storage_Base
Показать файл Открыть проект

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

Свойство Тип Описание
$_fileCache array Cached unserialized data of all scopes.
$_fullpath string Full path to the current preference file.

Открытые методы

Метод Описание
__construct ( string $user, array $params = [] ) Constructor.
get ( Horde_Prefs_Scope $scope_ob ) : Horde_Prefs_Scope Retrieves the requested preferences scope from the storage backend.
listScopes ( ) : array Lists all available scopes.
remove ( string $scope = null, string $pref = null ) Removes preferences from the backend.
store ( Horde_Prefs_Scope $scope_ob ) Stores changed preferences in the storage backend.
updateFileFormat ( ) Updates format of file.

Защищенные методы

Метод Описание
_loadFileCache ( ) : boolean Load the preferences from the files.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $user, array $params = [] )
$user string The username.
$params array Configuration parameters:
'directory' - (string) [REQUIRED] Preference storage directory.

_loadFileCache() защищенный Метод

Load the preferences from the files.
protected _loadFileCache ( ) : boolean
Результат boolean True on success.

get() публичный Метод

Retrieves the requested preferences scope from the storage backend.
public get ( Horde_Prefs_Scope $scope_ob ) : Horde_Prefs_Scope
$scope_ob Horde_Prefs_Scope The scope object.
Результат Horde_Prefs_Scope The modified scope object.

listScopes() публичный Метод

Lists all available scopes.
public listScopes ( ) : array
Результат array The list of scopes stored in the backend.

remove() публичный Метод

Removes preferences from the backend.
public remove ( string $scope = null, string $pref = null )
$scope string The scope of the prefs to clear. If null, clears all scopes.
$pref string The pref to clear. If null, clears the entire scope.

store() публичный Метод

Stores changed preferences in the storage backend.
public store ( Horde_Prefs_Scope $scope_ob )
$scope_ob Horde_Prefs_Scope The scope object.

updateFileFormat() публичный Метод

Updates format of file.
public updateFileFormat ( )

Описание свойств

$_fileCache защищенное свойство

Cached unserialized data of all scopes.
protected array $_fileCache
Результат array

$_fullpath защищенное свойство

Full path to the current preference file.
protected string $_fullpath
Результат string