|
| 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 17 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 63 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 51 of file InstallerOverrides.php.
The documentation for this class was generated from the following file: