MediaWiki
REL1_19
|
Abstract class to define pages for the web installer. More...
Public Member Functions | |
__construct (WebInstaller $parent) | |
Constructor. | |
addHTML ($html) | |
endForm ($continue= 'continue', $back= 'back') | |
execute () | |
getName () | |
getVar ($var) | |
isSlow () | |
Is this a slow-running page in the installer? If so, WebInstaller will set_time_limit(0) before calling execute(). | |
setVar ($name, $value) | |
startForm () | |
Public Attributes | |
$parent | |
Protected Member Functions | |
endLiveBox () | |
Opposite to startLiveBox() | |
getFieldsetEnd () | |
Get the end tag of a fieldset. | |
getFieldsetStart ($legend) | |
Get the starting tags of a fieldset. | |
getId () | |
startLiveBox () | |
Opens a textarea used to display the progress of a long operation. |
Abstract class to define pages for the web installer.
Definition at line 15 of file WebInstallerPage.php.
WebInstallerPage::__construct | ( | WebInstaller $ | parent | ) |
Constructor.
$parent | WebInstaller |
Definition at line 31 of file WebInstallerPage.php.
References $parent.
WebInstallerPage::addHTML | ( | $ | html | ) |
Definition at line 44 of file WebInstallerPage.php.
Referenced by endForm(), endLiveBox(), WebInstaller_Install\endStage(), WebInstaller_Language\execute(), WebInstaller_ExistingWiki\execute(), WebInstaller_DBConnect\execute(), WebInstaller_Upgrade\execute(), WebInstaller_DBSettings\execute(), WebInstaller_Name\execute(), WebInstaller_Options\execute(), WebInstaller_Install\execute(), WebInstaller_Complete\execute(), WebInstaller_Restart\execute(), WebInstaller_Upgrade\showDoneMessage(), WebInstaller_ExistingWiki\showKeyForm(), startForm(), startLiveBox(), WebInstaller_Install\startStage(), and WebInstaller_Options\submitCC().
WebInstallerPage::endForm | ( | $ | continue = 'continue' , |
$ | back = 'back' |
||
) |
Definition at line 61 of file WebInstallerPage.php.
References addHTML(), getId(), Html\hidden(), Xml\submitButton(), and wfMsg().
Referenced by WebInstaller_Language\execute(), WebInstaller_ExistingWiki\execute(), WebInstaller_Welcome\execute(), WebInstaller_DBConnect\execute(), WebInstaller_Upgrade\execute(), WebInstaller_DBSettings\execute(), WebInstaller_Name\execute(), WebInstaller_Options\execute(), WebInstaller_Install\execute(), WebInstaller_Complete\execute(), WebInstaller_Restart\execute(), WebInstaller_Document\execute(), WebInstaller_Upgrade\showDoneMessage(), and WebInstaller_ExistingWiki\showKeyForm().
WebInstallerPage::endLiveBox | ( | ) | [protected] |
Opposite to startLiveBox()
Definition at line 149 of file WebInstallerPage.php.
References addHTML().
Referenced by WebInstaller_Install\endStage(), and WebInstaller_Upgrade\execute().
WebInstallerPage::execute | ( | ) | [abstract] |
WebInstallerPage::getFieldsetEnd | ( | ) | [protected] |
WebInstallerPage::getFieldsetStart | ( | $ | legend | ) | [protected] |
Get the starting tags of a fieldset.
$legend | String: message name |
Definition at line 119 of file WebInstallerPage.php.
References wfMsgHtml().
WebInstallerPage::getId | ( | ) | [protected] |
Definition at line 100 of file WebInstallerPage.php.
References getName().
Referenced by endForm().
Definition at line 96 of file WebInstallerPage.php.
Referenced by getId(), and startForm().
WebInstallerPage::getVar | ( | $ | var | ) |
Definition at line 104 of file WebInstallerPage.php.
Referenced by WebInstaller_Language\execute(), WebInstaller_ExistingWiki\execute(), WebInstaller_Welcome\execute(), WebInstaller_DBConnect\execute(), WebInstaller_Upgrade\execute(), WebInstaller_DBSettings\execute(), WebInstaller_Name\execute(), WebInstaller_Options\execute(), WebInstaller_Install\execute(), WebInstaller_Complete\execute(), WebInstaller_Options\getCCChooser(), WebInstaller_Options\getCCDoneBox(), WebInstaller_Options\getCCPartnerUrl(), WebInstaller_Upgrade\showDoneMessage(), WebInstaller_Name\submit(), and WebInstaller_Options\submit().
Is this a slow-running page in the installer? If so, WebInstaller will set_time_limit(0) before calling execute().
Right now this only applies to Install and Upgrade pages
Reimplemented in WebInstaller_Install, and WebInstaller_Upgrade.
Definition at line 40 of file WebInstallerPage.php.
WebInstallerPage::setVar | ( | $ | name, |
$ | value | ||
) |
Definition at line 108 of file WebInstallerPage.php.
Referenced by WebInstaller_Language\execute(), WebInstaller_ExistingWiki\execute(), WebInstaller_DBConnect\execute(), WebInstaller_Upgrade\execute(), WebInstaller_Name\execute(), WebInstaller_Options\execute(), WebInstaller_ExistingWiki\handleExistingUpgrade(), WebInstaller_ExistingWiki\importVariables(), WebInstaller_DBConnect\submit(), WebInstaller_Name\submit(), WebInstaller_Options\submit(), and WebInstaller_Options\submitCC().
Definition at line 48 of file WebInstallerPage.php.
References addHTML(), getName(), and Html\openElement().
Referenced by WebInstaller_Language\execute(), WebInstaller_ExistingWiki\execute(), WebInstaller_Welcome\execute(), WebInstaller_DBConnect\execute(), WebInstaller_Upgrade\execute(), WebInstaller_DBSettings\execute(), WebInstaller_Name\execute(), WebInstaller_Options\execute(), WebInstaller_Install\execute(), WebInstaller_Complete\execute(), WebInstaller_Restart\execute(), WebInstaller_Document\execute(), WebInstaller_Upgrade\showDoneMessage(), and WebInstaller_ExistingWiki\showKeyForm().
WebInstallerPage::startLiveBox | ( | ) | [protected] |
Opens a textarea used to display the progress of a long operation.
Definition at line 135 of file WebInstallerPage.php.
References addHTML().
Referenced by WebInstaller_Upgrade\execute(), and WebInstaller_Install\startStage().
WebInstallerPage::$parent |
Definition at line 22 of file WebInstallerPage.php.
Referenced by __construct().