Go to the source code of this file.
Unlocks upgrade.
private
Definition at line 90 of file upgrade.php.
elgg_get_upgrade_file_version |
( |
|
$filename | ) |
|
Returns the version of the upgrade filename.
- Parameters
-
string | $filename | The upgrade filename. No full path. |
- Returns
- int|false
- Since
- 1.8.0 private
Definition at line 34 of file upgrade.php.
elgg_get_upgrade_files |
( |
|
$upgrade_path = null | ) |
|
Returns a list of upgrade files relative to the $upgrade_path dir.
- Parameters
-
string | $upgrade_path | The directory that has upgrade scripts |
- Returns
- array|false private
Definition at line 53 of file upgrade.php.
elgg_set_processed_upgrades |
( |
array |
$processed_upgrades | ) |
|
Saves the processed upgrades to a dataset.
- Parameters
-
array | $processed_upgrades | An array of processed upgrade filenames (not the path, just the file) |
- Returns
- bool private
Definition at line 20 of file upgrade.php.