MediaWiki REL1_40
|
Static Public Member Functions | |
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. | |
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 71 of file InstallerOverrides.php.
Referenced by CommandLineInstaller\execute().
|
static |
Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes.
Installer | $installer |
Definition at line 49 of file InstallerOverrides.php.
Referenced by CliInstaller\writeConfigurationFile().
|
static |
Instantiates and returns an instance of WebInstaller or its descendant classes.
WebRequest | $request |
Definition at line 59 of file InstallerOverrides.php.
Referenced by wfInstallerMain().