Documentation

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
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

Properties

$hooks  : array<string|int, mixed>
The list of preference hooks defined.

Methods

get()  : mixed
remove()  : mixed
store()  : mixed

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

        
On this page

Search results