|
MediaWiki master
|
Inherits MediaWiki\Installer\WebInstallerPage.

Public Member Functions | |
| execute () | |
| submit () | |
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 14 of file WebInstallerDBConnect.php.
| MediaWiki\Installer\WebInstallerDBConnect::execute | ( | ) |
Reimplemented from MediaWiki\Installer\WebInstallerPage.
Definition at line 19 of file WebInstallerDBConnect.php.
References MediaWiki\Installer\WebInstallerPage\addHTML(), MediaWiki\Html\element(), MediaWiki\Installer\WebInstallerPage\endForm(), MediaWiki\Installer\Installer\getDBTypes(), MediaWiki\Installer\WebInstallerPage\getVar(), MediaWiki\Installer\WebInstallerPage\setVar(), MediaWiki\Installer\WebInstallerPage\startForm(), MediaWiki\Installer\WebInstallerDBConnect\submit(), and wfMessage().
| MediaWiki\Installer\WebInstallerDBConnect::submit | ( | ) |
Definition at line 100 of file WebInstallerDBConnect.php.
References MediaWiki\Installer\WebInstallerPage\setVar().
Referenced by MediaWiki\Installer\WebInstallerDBConnect\execute().