MediaWiki master
|
Inherits MediaWiki\Installer\WebInstallerPage.
Public Member Functions | |
execute () | |
submit () | |
submitSkins () | |
If the user skips this installer page, we still need to set up the default skins, but ignore everything else. | |
Public Member Functions inherited from MediaWiki\Installer\WebInstallerPage | |
__construct (WebInstaller $parent) | |
addHTML ( $html) | |
endForm ( $continue='continue', $back='back') | |
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(). | |
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 () | |
startLiveBox () | |
Opens a textarea used to display the progress of a long operation. | |
Definition at line 29 of file WebInstallerOptions.php.
MediaWiki\Installer\WebInstallerOptions::execute | ( | ) |
Reimplemented from MediaWiki\Installer\WebInstallerPage.
Definition at line 34 of file WebInstallerOptions.php.
References MediaWiki\Installer\WebInstallerPage\endForm(), MediaWiki\Installer\WebInstallerPage\getVar(), MediaWiki\Installer\WebInstallerPage\startForm(), and MediaWiki\Installer\WebInstallerOptions\submitSkins().
MediaWiki\Installer\WebInstallerOptions::submit | ( | ) |
MediaWiki\Installer\WebInstallerOptions::submitSkins | ( | ) |
If the user skips this installer page, we still need to set up the default skins, but ignore everything else.
Definition at line 472 of file WebInstallerOptions.php.
Referenced by MediaWiki\Installer\WebInstallerOptions\execute().