
Public Member Functions | |
| dbInstallError ($errorMsg) | |
| display () | |
| execute () | |
| installError ($errorMsg) | |
| readInputData () | |
| UpgradeForm () | |
Definition at line 21 of file UpgradeForm.inc.php.
| UpgradeForm.dbInstallError | ( | $ | errorMsg | ) |
Fail with a database installation error.
| $errorMsg | string |
Definition at line 106 of file UpgradeForm.inc.php.
References display(), TemplateManager.getManager(), and Locale.translate().
Referenced by execute().
| UpgradeForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 34 of file UpgradeForm.inc.php.
References VersionCheck.getCurrentCodeVersion(), and TemplateManager.getManager().
Referenced by dbInstallError(), and installError().
| UpgradeForm.execute | ( | ) |
Perform installation.
Reimplemented from Form.
Definition at line 53 of file UpgradeForm.inc.php.
References dbInstallError(), Form.getData(), TemplateManager.getManager(), and installError().
| UpgradeForm.installError | ( | $ | errorMsg | ) |
Fail with a generic installation error.
| $errorMsg | string |
Definition at line 96 of file UpgradeForm.inc.php.
References display(), and TemplateManager.getManager().
Referenced by execute().
| UpgradeForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 44 of file UpgradeForm.inc.php.
References Form.readUserVars().
| UpgradeForm.UpgradeForm | ( | ) |
1.5.6