$_params
$_params : string
Configuration parameters.
'user' is always available as an entry.
Preferences storage implementation for a Kolab IMAP server.
__construct(string $user, array $params = array())
Constructor.
string | $user | The username. |
array | $params | Configuration parameters. 'kolab' - (Horde_Kolab_Storage) [REQUIRED] The storage backend. 'folder' - (string) The default name of the preferences folder. DEFAULT: _('Preferences') |
get(\Horde_Prefs_Scope $scope_ob) : \Horde_Prefs_Scope
Retrieves the requested preferences scope from the storage backend.
\Horde_Prefs_Scope | $scope_ob | The scope object. |
The modified scope object.
store(\Horde_Prefs_Scope $scope_ob)
Stores changed preferences in the storage backend.
\Horde_Prefs_Scope | $scope_ob | The scope object. |