MediaWiki
1.28.0
|
Public Member Functions | |
execute () | |
getCCChooser () | |
getCCDoneBox () | |
getCCPartnerUrl () | |
submit () | |
submitCC () | |
submitSkins () | |
If the user skips this installer page, we still need to set up the default skins, but ignore everything else. More... | |
Public Member Functions inherited from WebInstallerPage | |
__construct (WebInstaller $parent) | |
addHTML ($html) | |
endForm ($continue= 'continue', $back= 'back') | |
execute () | |
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(). More... | |
setVar ($name, $value) | |
startForm () | |
Additional Inherited Members | |
Public Attributes inherited from WebInstallerPage | |
WebInstaller | $parent |
The WebInstaller object this WebInstallerPage belongs to. More... | |
Protected Member Functions inherited from WebInstallerPage | |
endLiveBox () | |
Opposite to WebInstallerPage::startLiveBox. More... | |
getFieldsetEnd () | |
Get the end tag of a fieldset. More... | |
getFieldsetStart ($legend) | |
Get the starting tags of a fieldset. More... | |
getId () | |
startLiveBox () | |
Opens a textarea used to display the progress of a long operation. More... | |
Definition at line 22 of file WebInstallerOptions.php.
WebInstallerOptions::execute | ( | ) |
Definition at line 27 of file WebInstallerOptions.php.
References $ext, $extensions, $skin, WebInstallerPage\addHTML(), as, cache, WebInstallerPage\endForm(), getCCChooser(), WebInstallerPage\getFieldsetEnd(), WebInstallerPage\getFieldsetStart(), WebInstallerPage\getVar(), Html\hidden(), mail, plain, settings, WebInstallerPage\setVar(), WebInstallerPage\startForm(), submit(), submitSkins(), and wfMessage().
WebInstallerOptions::getCCChooser | ( | ) |
Definition at line 278 of file WebInstallerOptions.php.
References Html\element(), getCCPartnerUrl(), and WebInstallerPage\getVar().
Referenced by execute().
WebInstallerOptions::getCCDoneBox | ( | ) |
Definition at line 302 of file WebInstallerOptions.php.
References Html\element(), getCCPartnerUrl(), WebInstallerPage\getVar(), text, the, and wfMessage().
Referenced by submitCC().
WebInstallerOptions::getCCPartnerUrl | ( | ) |
Definition at line 252 of file WebInstallerOptions.php.
References WebInstallerPage\getVar(), and wfArrayToCgi().
Referenced by getCCChooser(), and getCCDoneBox().
WebInstallerOptions::submit | ( | ) |
Definition at line 362 of file WebInstallerOptions.php.
References $code, $ext, $skin, as, WebInstallerPage\getVar(), IP\isValid(), key, WebInstallerPage\setVar(), text, and wfMessage().
Referenced by execute().
WebInstallerOptions::submitCC | ( | ) |
Definition at line 329 of file WebInstallerOptions.php.
References WebInstallerPage\addHTML(), getCCDoneBox(), and WebInstallerPage\setVar().
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 347 of file WebInstallerOptions.php.
Referenced by execute().