|
static | getCliInstaller ( $siteName, $admin=null, array $options=[]) |
| 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.
|
|
- Since
- 1.20
Definition at line 31 of file InstallerOverrides.php.
◆ getCliInstaller()
static MediaWiki\Installer\InstallerOverrides::getCliInstaller |
( |
| $siteName, |
|
|
| $admin = null, |
|
|
array | $options = [] ) |
|
static |
Instantiates and returns an instance of CliInstaller or its descendant classes.
- Parameters
-
string | $siteName | |
string | null | $admin | |
array | $options | |
- Returns
- CliInstaller
Definition at line 76 of file InstallerOverrides.php.
◆ getLocalSettingsGenerator()
static MediaWiki\Installer\InstallerOverrides::getLocalSettingsGenerator |
( |
Installer | $installer | ) |
|
|
static |
◆ getWebInstaller()
static MediaWiki\Installer\InstallerOverrides::getWebInstaller |
( |
WebRequest | $request | ) |
|
|
static |
Instantiates and returns an instance of WebInstaller or its descendant classes.
- Parameters
-
- Returns
- WebInstaller
Definition at line 64 of file InstallerOverrides.php.
The documentation for this class was generated from the following file: