\Horde_Core_Prefs_Storage_Upgrade

Utility methods to upgrade Horde 3 preference values.

Copyright 2011-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.

Summary

Methods
Properties
Constants
upgradeSerialized()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

upgradeSerialized()

upgradeSerialized(\Horde_Prefs  $prefs_ob, array  $names) 

Upgrades the given preferences from the old H3 way of storing serialized data.

OLD method: convert charset, serialize, store. NEW method: serialize, convert charset, store.

Parameters

\Horde_Prefs $prefs_ob

The preferences object.

array $names

The list of names to upgrade.