|
MediaWiki master
|
Inherits MediaWiki\Installer\WebInstallerPage.

Public Member Functions | |
| execute () | |
| getLanguageSelector ( $name, $label, $selectedCode, $helpHtml='') | |
| Get a "<select>" for selecting languages. | |
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 () | |
| inlineScript ( $script) | |
| Javascript to include inline. | |
| startLiveBox () | |
| Opens a textarea used to display the progress of a long operation. | |
Definition at line 16 of file WebInstallerLanguage.php.
| MediaWiki\Installer\WebInstallerLanguage::execute | ( | ) |
Reimplemented from MediaWiki\Installer\WebInstallerPage.
Definition at line 21 of file WebInstallerLanguage.php.
References $wgLang, MediaWiki\Installer\WebInstallerPage\addHTML(), MediaWiki\Installer\WebInstallerPage\endForm(), MediaWiki\MediaWikiServices\getInstance(), MediaWiki\Installer\WebInstallerLanguage\getLanguageSelector(), MediaWiki\Installer\WebInstallerPage\getVar(), MediaWiki\Installer\WebInstallerPage\setVar(), and MediaWiki\Installer\WebInstallerPage\startForm().
| MediaWiki\Installer\WebInstallerLanguage::getLanguageSelector | ( | $name, | |
| $label, | |||
| $selectedCode, | |||
| $helpHtml = '' ) |
Get a "<select>" for selecting languages.
| string | $name | |
| string | $label | |
| string | $selectedCode | |
| string | $helpHtml |
Definition at line 96 of file WebInstallerLanguage.php.
References MediaWiki\MediaWikiServices\getInstance().
Referenced by MediaWiki\Installer\WebInstallerLanguage\execute().