MediaWiki
1.34.4
|
Abstract class to define pages for the web installer. More...
Public Member Functions | |
__construct (WebInstaller $parent) | |
addHTML ( $html) | |
endForm ( $continue='continue', $back='back') | |
execute () | |
getName () | |
getVar ( $var, $default=null) | |
isSlow () | |
Is this a slow-running page in the installer? If so, WebInstaller will set_time_limit(0) before calling execute(). More... | |
setVar ( $name, $value) | |
startForm () | |
Public Attributes | |
WebInstaller | $parent |
The WebInstaller object this WebInstallerPage belongs to. More... | |
Protected Member Functions | |
endLiveBox () | |
Opposite to WebInstallerPage::startLiveBox. More... | |
getFieldsetEnd () | |
Get the end tag of a fieldset. More... | |
getFieldsetStart ( $legend) | |
Get the starting tags of a fieldset. More... | |
getId () | |
startLiveBox () | |
Opens a textarea used to display the progress of a long operation. More... | |
Abstract class to define pages for the web installer.
Definition at line 30 of file WebInstallerPage.php.
WebInstallerPage::__construct | ( | WebInstaller | $parent | ) |
WebInstaller | $parent |
Definition at line 47 of file WebInstallerPage.php.
References $parent.
WebInstallerPage::addHTML | ( | $html | ) |
string | $html |
Definition at line 65 of file WebInstallerPage.php.
Referenced by endForm(), endLiveBox(), WebInstallerInstall\endStage(), WebInstallerComplete\execute(), WebInstallerRestart\execute(), WebInstallerDBConnect\execute(), WebInstallerExistingWiki\execute(), WebInstallerLanguage\execute(), WebInstallerOptions\execute(), WebInstallerDBSettings\execute(), WebInstallerName\execute(), WebInstallerInstall\execute(), WebInstallerUpgrade\execute(), WebInstallerUpgrade\showDoneMessage(), WebInstallerExistingWiki\showKeyForm(), startForm(), startLiveBox(), WebInstallerInstall\startStage(), and WebInstallerOptions\submitCC().
WebInstallerPage::endForm | ( | $continue = 'continue' , |
|
$back = 'back' |
|||
) |
string | bool | $continue | |
string | bool | $back |
Definition at line 86 of file WebInstallerPage.php.
References $s, addHTML(), getId(), Html\hidden(), Xml\submitButton(), and wfMessage().
Referenced by WebInstallerComplete\execute(), WebInstallerDBConnect\execute(), WebInstallerLanguage\execute(), WebInstallerExistingWiki\execute(), WebInstallerOptions\execute(), WebInstallerRestart\execute(), WebInstallerDBSettings\execute(), WebInstallerWelcome\execute(), WebInstallerDocument\execute(), WebInstallerName\execute(), WebInstallerUpgrade\execute(), WebInstallerInstall\execute(), WebInstallerUpgrade\showDoneMessage(), and WebInstallerExistingWiki\showKeyForm().
|
protected |
Opposite to WebInstallerPage::startLiveBox.
Definition at line 201 of file WebInstallerPage.php.
References addHTML().
Referenced by WebInstallerInstall\endStage(), and WebInstallerUpgrade\execute().
|
abstract |
|
protected |
Get the end tag of a fieldset.
Definition at line 180 of file WebInstallerPage.php.
Referenced by WebInstallerOptions\execute().
|
protected |
Get the starting tags of a fieldset.
string | $legend | Message name |
Definition at line 171 of file WebInstallerPage.php.
References wfMessage().
Referenced by WebInstallerOptions\execute().
|
protected |
Definition at line 142 of file WebInstallerPage.php.
References getName().
Referenced by endForm().
WebInstallerPage::getName | ( | ) |
WebInstallerPage::getVar | ( | $var, | |
$default = null |
|||
) |
string | $var | |
mixed | null | $default |
Definition at line 152 of file WebInstallerPage.php.
Referenced by WebInstallerComplete\execute(), WebInstallerDBConnect\execute(), WebInstallerExistingWiki\execute(), WebInstallerOptions\execute(), WebInstallerDBSettings\execute(), WebInstallerLanguage\execute(), WebInstallerName\execute(), WebInstallerUpgrade\execute(), WebInstallerInstall\execute(), WebInstallerOptions\getCCChooser(), WebInstallerOptions\getCCDoneBox(), WebInstallerOptions\getCCPartnerUrl(), WebInstallerUpgrade\showDoneMessage(), WebInstallerName\submit(), and WebInstallerOptions\submit().
WebInstallerPage::isSlow | ( | ) |
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 WebInstallerInstall, and WebInstallerUpgrade.
Definition at line 58 of file WebInstallerPage.php.
WebInstallerPage::setVar | ( | $name, | |
$value | |||
) |
string | $name | |
mixed | $value |
Definition at line 160 of file WebInstallerPage.php.
Referenced by WebInstallerDBConnect\execute(), WebInstallerOptions\execute(), WebInstallerExistingWiki\execute(), WebInstallerLanguage\execute(), WebInstallerName\execute(), WebInstallerUpgrade\execute(), WebInstallerExistingWiki\handleExistingUpgrade(), WebInstallerExistingWiki\importVariables(), WebInstallerDBConnect\submit(), WebInstallerName\submit(), WebInstallerOptions\submit(), and WebInstallerOptions\submitCC().
WebInstallerPage::startForm | ( | ) |
Definition at line 69 of file WebInstallerPage.php.
References addHTML(), and Html\openElement().
Referenced by WebInstallerComplete\execute(), WebInstallerDBConnect\execute(), WebInstallerLanguage\execute(), WebInstallerExistingWiki\execute(), WebInstallerOptions\execute(), WebInstallerRestart\execute(), WebInstallerDBSettings\execute(), WebInstallerWelcome\execute(), WebInstallerDocument\execute(), WebInstallerName\execute(), WebInstallerUpgrade\execute(), WebInstallerInstall\execute(), WebInstallerUpgrade\showDoneMessage(), and WebInstallerExistingWiki\showKeyForm().
|
protected |
Opens a textarea used to display the progress of a long operation.
Definition at line 187 of file WebInstallerPage.php.
References addHTML().
Referenced by WebInstallerUpgrade\execute(), and WebInstallerInstall\startStage().
WebInstaller WebInstallerPage::$parent |
The WebInstaller object this WebInstallerPage belongs to.
Definition at line 37 of file WebInstallerPage.php.
Referenced by __construct().