MediaWiki
REL1_22
|
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 | |
WebInstaller | $parent |
The WebInstaller object this WebInstallerPage belongs to. | |
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 30 of file WebInstallerPage.php.
WebInstallerPage::__construct | ( | WebInstaller $ | parent | ) |
WebInstallerPage::addHTML | ( | $ | html | ) |
Definition at line 59 of file WebInstallerPage.php.
References $html.
Referenced by 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(), startForm(), WebInstaller_Install\startStage(), and WebInstaller_Options\submitCC().
WebInstallerPage::endForm | ( | $ | continue = 'continue' , |
$ | back = 'back' |
||
) |
string | bool | $continue | |
string | bool | $back |
Definition at line 80 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_Restart\execute(), WebInstaller_Document\execute(), and WebInstaller_Upgrade\showDoneMessage().
WebInstallerPage::endLiveBox | ( | ) | [protected] |
Opposite to startLiveBox()
Definition at line 179 of file WebInstallerPage.php.
Referenced by WebInstaller_Upgrade\execute().
WebInstallerPage::execute | ( | ) | [abstract] |
WebInstallerPage::getFieldsetEnd | ( | ) | [protected] |
WebInstallerPage::getFieldsetStart | ( | $ | legend | ) | [protected] |
Get the starting tags of a fieldset.
string | $legend | message name |
Definition at line 149 of file WebInstallerPage.php.
WebInstallerPage::getId | ( | ) | [protected] |
Definition at line 130 of file WebInstallerPage.php.
References getName().
Definition at line 126 of file WebInstallerPage.php.
Referenced by getId(), and startForm().
WebInstallerPage::getVar | ( | $ | var | ) |
Definition at line 134 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_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 55 of file WebInstallerPage.php.
WebInstallerPage::setVar | ( | $ | name, |
$ | value | ||
) |
Definition at line 138 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\importVariables(), WebInstaller_DBConnect\submit(), WebInstaller_Name\submit(), WebInstaller_Options\submit(), and WebInstaller_Options\submitCC().
Definition at line 63 of file WebInstallerPage.php.
References addHTML(), array(), 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(), and WebInstaller_Upgrade\showDoneMessage().
WebInstallerPage::startLiveBox | ( | ) | [protected] |
Opens a textarea used to display the progress of a long operation.
Definition at line 165 of file WebInstallerPage.php.
Referenced by WebInstaller_Upgrade\execute(), and WebInstaller_Install\startStage().
WebInstaller WebInstallerPage::$parent |
The WebInstaller object this WebInstallerPage belongs to.
Definition at line 36 of file WebInstallerPage.php.