|
MediaWiki master
|
Inherits MediaWiki\Installer\WebInstallerPage.

Public Member Functions | |
| endStage ( $task, $status) | |
| execute () | |
| isSlow () | |
| startStage ( $task) | |
Public Member Functions inherited from MediaWiki\Installer\WebInstallerPage | |
| __construct (WebInstaller $parent) | |
| addHTML ( $html) | |
| endForm ( $continue='continue', $back='back') | |
| getName () | |
| getVar ( $var, $default=null) | |
| setVar ( $name, $value) | |
| startForm () | |
Additional Inherited Members | |
Public Attributes inherited from MediaWiki\Installer\WebInstallerPage | |
| WebInstaller | $parent |
| The WebInstaller object this WebInstallerPage belongs to. | |
Protected Member Functions inherited from MediaWiki\Installer\WebInstallerPage | |
| endLiveBox () | |
| Opposite to WebInstallerPage::startLiveBox. | |
| getFieldsetEnd () | |
| Get the end tag of a fieldset. | |
| getFieldsetStart ( $legend) | |
| Get the starting tags of a fieldset. | |
| getId () | |
| inlineScript ( $script) | |
| Javascript to include inline. | |
| startLiveBox () | |
| Opens a textarea used to display the progress of a long operation. | |
Definition at line 14 of file WebInstallerInstall.php.
| MediaWiki\Installer\WebInstallerInstall::endStage | ( | $task, | |
| $status ) |
| Task | $task | |
| Status | $status |
Definition at line 67 of file WebInstallerInstall.php.
References MediaWiki\Installer\WebInstallerPage\addHTML(), MediaWiki\Installer\WebInstallerPage\endLiveBox(), and wfMessage().
Referenced by MediaWiki\Installer\WebInstallerInstall\execute().
| MediaWiki\Installer\WebInstallerInstall::execute | ( | ) |
Reimplemented from MediaWiki\Installer\WebInstallerPage.
Definition at line 26 of file WebInstallerInstall.php.
References MediaWiki\Installer\WebInstallerPage\addHTML(), MediaWiki\Installer\WebInstallerPage\endForm(), MediaWiki\Installer\WebInstallerInstall\endStage(), MediaWiki\Installer\WebInstallerPage\getVar(), MediaWiki\Installer\WebInstallerPage\startForm(), MediaWiki\Installer\WebInstallerInstall\startStage(), and wfMessage().
| MediaWiki\Installer\WebInstallerInstall::isSlow | ( | ) |
Reimplemented from MediaWiki\Installer\WebInstallerPage.
Definition at line 19 of file WebInstallerInstall.php.
| MediaWiki\Installer\WebInstallerInstall::startStage | ( | $task | ) |
| Task | $task |
Definition at line 54 of file WebInstallerInstall.php.
References MediaWiki\Installer\WebInstallerPage\addHTML(), MediaWiki\Installer\WebInstallerPage\startLiveBox(), and wfMessage().
Referenced by MediaWiki\Installer\WebInstallerInstall\execute().