|
MediaWiki
1.23.0
|
Static Public Member Functions | |
| static | getCliInstaller ( $siteName, $admin=null, array $options=array()) |
| 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... | |
Definition at line 51 of file overrides.php.
|
static |
Instantiates and returns an instance of CliInstaller or its descendant classes.
| string | $siteName | |
| string | null | $admin | |
| array | $options |
Definition at line 77 of file overrides.php.
References $options.
Referenced by CommandLineInstaller\execute().
|
static |
Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes.
| Installer | $installer |
Definition at line 57 of file overrides.php.
Referenced by WebInstaller\execute().
|
static |
Instantiates and returns an instance of WebInstaller or its descendant classes.
| WebRequest | $request |
Definition at line 66 of file overrides.php.
Referenced by wfInstallerMain().