Public Member Functions | |
| dbInstallError ($errorMsg) | |
| display () | |
| execute () | |
| installError ($errorMsg) | |
| UpgradeForm () | |
Definition at line 20 of file UpgradeForm.inc.php.
| UpgradeForm.dbInstallError | ( | $ | errorMsg | ) |
Fail with a database installation error.
| $errorMsg | string |
Definition at line 91 of file UpgradeForm.inc.php.
References display().
Referenced by execute().
| UpgradeForm.display | ( | ) |
Display the form.
Definition at line 33 of file UpgradeForm.inc.php.
Referenced by dbInstallError(), and installError().
| UpgradeForm.execute | ( | ) |
Perform installation.
Definition at line 43 of file UpgradeForm.inc.php.
References dbInstallError(), and installError().
| UpgradeForm.installError | ( | $ | errorMsg | ) |
Fail with a generic installation error.
| $errorMsg | string |
Definition at line 81 of file UpgradeForm.inc.php.
References display().
Referenced by execute().
| UpgradeForm.UpgradeForm | ( | ) |
Constructor.
Definition at line 25 of file UpgradeForm.inc.php.
1.4.7