Horde_Core_Prefs_Storage_Configuration
extends Horde_Prefs_Storage_Base
in package
Preferences storage implementation that loads the default values from the configuration files.
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
Properties
- $hooks : array<string|int, mixed>
- The list of preference hooks defined.
Methods
Properties
$hooks
The list of preference hooks defined.
public
array<string|int, mixed>
$hooks
= array()
Methods
get()
public
get(mixed $scope_ob) : mixed
Parameters
- $scope_ob : mixed
remove()
public
remove([mixed $scope = null ][, mixed $pref = null ]) : mixed
Parameters
- $scope : mixed = null
- $pref : mixed = null
store()
public
store(mixed $scope_ob) : mixed
Parameters
- $scope_ob : mixed