Class UpgradeUtil
Upgrade Utility that all upgrade objects must extend
Direct known subclasses
Upgrade3_0_0A4,
Upgrade3_0_0A5,
Upgrade3_0_3,
Upgrade3_0_4,
Upgrade3_1_0B1,
Upgrade3_1_1,
Upgrade3_1_2,
Upgrade3_2_0B1,
Upgrade3_2_1,
Upgrade3_3_0B1,
Upgrade3_3_0B2,
Upgrade3_3_2,
Upgrade3_0_0A6,
Upgrade3_4_0,
Upgrade3_4_0B1,
Upgrade3_4_3,
Upgrade3_5_0B1,
Upgrade3_5_0B2,
Upgrade3_5_0B4,
Upgrade3_5_1,
Upgrade3_6_0B1,
Upgrade3_0_0A7,
Upgrade3_0_0B1,
Upgrade3_0_0B2,
Upgrade3_0_0B3,
Upgrade3_0_0B6,
Upgrade3_0_0B7,
Upgrade3_0_2
Package: blesta\components\upgrades
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/upgrades/lib/upgrade_util.php
Methods summary
abstract public
|
|
abstract public
|
|
abstract public
|
|
public
|
|
public
|
#
editConfig( string $file, string $key, mixed $value )
Updates a config setting in the given file with the given value |
public
|
#
mergeConfig( string $file, string $template )
Extracts all config settings from $file, merges their values into $template and writes the result back in $file. |
protected
string
|
#
replaceConfig( string $key, string $value, string $contents )
Replaces a config setting within the context of a string |
public
mixed
|