|
MediaWiki master
|
Inherits MediaWiki\Installer\DatabaseSettingsForm.

Public Member Functions | |
| getHtml () | |
| submit () | |
Public Member Functions inherited from MediaWiki\Installer\DatabaseSettingsForm | |
| submitWebUserBox () | |
| Submit the form from getWebUserBox(). | |
Public Member Functions inherited from MediaWiki\Installer\DatabaseForm | |
| __construct (WebInstaller $webInstaller, DatabaseInstaller $dbInstaller) | |
Additional Inherited Members | |
Protected Member Functions inherited from MediaWiki\Installer\DatabaseSettingsForm | |
| getWebUserBox ( $noCreateMsg=false) | |
| Get a standard web-user fieldset. | |
Protected Member Functions inherited from MediaWiki\Installer\DatabaseForm | |
| getCheckBox ( $var, $label, $attribs=[], $helpData="") | |
| Get a labelled checkbox to configure a local boolean variable. | |
| getName () | |
| Return the internal name, e.g. | |
| getPasswordBox ( $var, $label, $attribs=[], $helpData="") | |
| Get a labelled password box to configure a local variable. | |
| getRadioSet ( $params) | |
| Get a set of labelled radio buttons. | |
| getTextBox ( $var, $label, $attribs=[], $helpData="") | |
| Get a labelled text box to configure a local variable. | |
| getVar ( $var, $default=null) | |
| Get a variable, taking local defaults into account. | |
| setVar ( $name, $value) | |
| Set a variable. | |
| setVarsFromRequest ( $varNames) | |
| Convenience function to set variables based on form data. | |
Protected Attributes inherited from MediaWiki\Installer\DatabaseForm | |
| DatabaseInstaller | $dbInstaller |
| WebInstaller | $webInstaller |
Definition at line 12 of file MysqlSettingsForm.php.
| MediaWiki\Installer\MysqlSettingsForm::getHtml | ( | ) |
Reimplemented from MediaWiki\Installer\DatabaseSettingsForm.
Definition at line 17 of file MysqlSettingsForm.php.
References MediaWiki\Installer\DatabaseForm\getVar(), MediaWiki\Installer\DatabaseSettingsForm\getWebUserBox(), and MediaWiki\Installer\DatabaseForm\setVar().
| MediaWiki\Installer\MysqlSettingsForm::submit | ( | ) |
Reimplemented from MediaWiki\Installer\DatabaseSettingsForm.
Definition at line 44 of file MysqlSettingsForm.php.
References MediaWiki\MediaWikiServices\getInstance(), MediaWiki\Installer\DatabaseForm\getVar(), MediaWiki\Installer\DatabaseForm\setVar(), MediaWiki\Installer\DatabaseForm\setVarsFromRequest(), and MediaWiki\Installer\DatabaseSettingsForm\submitWebUserBox().