PHP Class Horde_Core_Prefs_Storage_Upgrade, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
upgradeSerialized ( Horde_Prefs $prefs_ob, array $names ) Upgrades the given preferences from the old H3 way of storing serialized data.

Method Details

upgradeSerialized() public method

OLD method: convert charset, serialize, store. NEW method: serialize, convert charset, store.
public upgradeSerialized ( Horde_Prefs $prefs_ob, array $names )
$prefs_ob Horde_Prefs The preferences object.
$names array The list of names to upgrade.