|
MediaWiki
REL1_20
|
MediaWiki installer overrides. More...
Static Public Member Functions | |
| static | getCliInstaller ($siteName, $admin=null, array $options=array()) |
| Instantiates and returns an instance of CliInstaller or its descendant classes. | |
| static | getLocalSettingsGenerator (Installer $installer) |
| Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes. | |
| static | getWebInstaller (WebRequest $request) |
| Instantiates and returns an instance of WebInstaller or its descendant classes. | |
MediaWiki installer overrides.
Modify this file if you are a packager who needs to modify the behavior of the MediaWiki installer. Altering it is preferred over changing anything in /includes.
Note: this file doesn't gets included from a global scope, don't use globals directly.
Definition at line 34 of file overrides.php.
| static InstallerOverrides::getCliInstaller | ( | $ | siteName, |
| $ | admin = null, |
||
| array $ | options = array() |
||
| ) | [static] |
Instantiates and returns an instance of CliInstaller or its descendant classes.
| string | $siteName | |
| string | null | $admin | |
| array | $options |
Definition at line 60 of file overrides.php.
References $options.
Referenced by CommandLineInstaller\execute().
| static InstallerOverrides::getLocalSettingsGenerator | ( | Installer $ | installer | ) | [static] |
Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes.
| Installer | $installer |
Definition at line 40 of file overrides.php.
Referenced by CliInstaller\writeConfigurationFile().
| static InstallerOverrides::getWebInstaller | ( | WebRequest $ | request | ) | [static] |
Instantiates and returns an instance of WebInstaller or its descendant classes.
| WebRequest | $request |
Definition at line 49 of file overrides.php.
Referenced by wfInstallerMain().