MediaWiki
1.34.4
|
Static Public Member Functions | |
static | getCliInstaller ( $siteName, $admin=null, array $options=[]) |
Instantiates and returns an instance of CliInstaller or its descendant classes. More... | |
static | getLocalSettingsGenerator (Installer $installer) |
Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes. More... | |
static | getWebInstaller (WebRequest $request) |
Instantiates and returns an instance of WebInstaller or its descendant classes. More... | |
Static Private Member Functions | |
static | getOverrides () |
Definition at line 26 of file InstallerOverrides.php.
|
static |
Instantiates and returns an instance of CliInstaller or its descendant classes.
string | $siteName | |
string | null | $admin | |
array | $options |
Definition at line 72 of file InstallerOverrides.php.
References getOverrides().
Referenced by CommandLineInstaller\execute().
|
static |
Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes.
Installer | $installer |
Definition at line 50 of file InstallerOverrides.php.
References getOverrides().
Referenced by WebInstaller\outputLS(), and CliInstaller\writeConfigurationFile().
|
staticprivate |
Definition at line 27 of file InstallerOverrides.php.
Referenced by getCliInstaller(), getLocalSettingsGenerator(), and getWebInstaller().
|
static |
Instantiates and returns an instance of WebInstaller or its descendant classes.
WebRequest | $request |
Definition at line 60 of file InstallerOverrides.php.
References getOverrides().
Referenced by wfInstallerMain().