MediaWiki
REL1_23
|
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) | |
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 | |
WebInstaller | $parent |
The WebInstaller object this WebInstallerPage belongs to. | |
Protected Member Functions | |
endLiveBox () | |
Opposite to WebInstallerPage::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 30 of file WebInstallerPage.php.
WebInstallerPage::__construct | ( | WebInstaller $ | parent | ) |
WebInstaller | $parent |
Definition at line 46 of file WebInstallerPage.php.
WebInstallerPage::addHTML | ( | $ | html | ) |
string | $html |
Definition at line 64 of file WebInstallerPage.php.
Referenced by WebInstaller_Complete\execute(), WebInstaller_Upgrade\showDoneMessage(), startForm(), and WebInstaller_Options\submitCC().
WebInstallerPage::endForm | ( | $ | continue = 'continue' , |
$ | back = 'back' |
||
) |
string | bool | $continue | |
string | bool | $back |
Definition at line 85 of file WebInstallerPage.php.
Referenced by WebInstaller_Complete\execute(), WebInstaller_Document\execute(), and WebInstaller_Upgrade\showDoneMessage().
WebInstallerPage::endLiveBox | ( | ) | [protected] |
Opposite to WebInstallerPage::startLiveBox.
Definition at line 199 of file WebInstallerPage.php.
WebInstallerPage::execute | ( | ) | [abstract] |
Reimplemented in WebInstaller_Document, WebInstaller_Restart, WebInstaller_Complete, WebInstaller_Install, WebInstaller_Options, WebInstaller_Name, WebInstaller_DBSettings, WebInstaller_Upgrade, WebInstaller_DBConnect, WebInstaller_Welcome, WebInstaller_ExistingWiki, and WebInstaller_Language.
WebInstallerPage::getFieldsetEnd | ( | ) | [protected] |
WebInstallerPage::getFieldsetStart | ( | $ | legend | ) | [protected] |
Get the starting tags of a fieldset.
string | $legend | message name |
Definition at line 169 of file WebInstallerPage.php.
WebInstallerPage::getId | ( | ) | [protected] |
Definition at line 141 of file WebInstallerPage.php.
WebInstallerPage::getVar | ( | $ | var | ) |
string | $var |
Definition at line 150 of file WebInstallerPage.php.
Referenced by WebInstaller_Complete\execute(), and WebInstaller_Upgrade\showDoneMessage().
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 57 of file WebInstallerPage.php.
WebInstallerPage::setVar | ( | $ | name, |
$ | value | ||
) |
string | $name | |
mixed | $value |
Definition at line 158 of file WebInstallerPage.php.
Referenced by WebInstaller_Options\submitCC().
Definition at line 68 of file WebInstallerPage.php.
References addHTML(), array(), getName(), and Html\openElement().
Referenced by WebInstaller_Complete\execute(), WebInstaller_Document\execute(), and WebInstaller_Upgrade\showDoneMessage().
WebInstallerPage::startLiveBox | ( | ) | [protected] |
Opens a textarea used to display the progress of a long operation.
Definition at line 185 of file WebInstallerPage.php.
WebInstaller WebInstallerPage::$parent |
The WebInstaller object this WebInstallerPage belongs to.
Definition at line 36 of file WebInstallerPage.php.