MediaWiki
REL1_19
|
Public Member Functions | |
endStage ($step, $status) | |
execute () | |
isSlow () | |
Is this a slow-running page in the installer? If so, WebInstaller will set_time_limit(0) before calling execute(). | |
startStage ($step) |
Definition at line 1126 of file WebInstallerPage.php.
WebInstaller_Install::endStage | ( | $ | step, |
$ | status | ||
) |
$step | |
$status | Status |
Definition at line 1169 of file WebInstallerPage.php.
References WebInstallerPage\addHTML(), WebInstallerPage\endLiveBox(), and wfMsgHtml().
Reimplemented from WebInstallerPage.
Definition at line 1131 of file WebInstallerPage.php.
References WebInstallerPage\addHTML(), WebInstallerPage\endForm(), WebInstallerPage\getVar(), WebInstallerPage\startForm(), and wfMsgNoTrans().
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 from WebInstallerPage.
Definition at line 1127 of file WebInstallerPage.php.
WebInstaller_Install::startStage | ( | $ | step | ) |
Definition at line 1158 of file WebInstallerPage.php.
References WebInstallerPage\addHTML(), WebInstallerPage\startLiveBox(), wfMsg(), and wfMsgHtml().