MediaWiki  REL1_22
InstallerOverrides Class Reference

List of all members.

Static Public Member Functions

static getCliInstaller ($siteName, $admin=null, array $options=array())
 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.

Detailed Description

Since:
1.20

Definition at line 51 of file overrides.php.


Member Function Documentation

static InstallerOverrides::getCliInstaller ( siteName,
admin = null,
array options = array() 
) [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 77 of file overrides.php.

References $options.

Referenced by CommandLineInstaller\execute().

static InstallerOverrides::getLocalSettingsGenerator ( Installer installer) [static]

Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes.

Parameters:
Installer$installer
Returns:
LocalSettingsGenerator

Definition at line 57 of file overrides.php.

Referenced by CliInstaller\writeConfigurationFile().

static InstallerOverrides::getWebInstaller ( WebRequest request) [static]

Instantiates and returns an instance of WebInstaller or its descendant classes.

Parameters:
WebRequest$request
Returns:
WebInstaller

Definition at line 66 of file overrides.php.

Referenced by wfInstallerMain().


The documentation for this class was generated from the following file: