33 'LocalSettingsGenerator' => LocalSettingsGenerator::class,
34 'WebInstaller' => WebInstaller::class,
35 'CliInstaller' => CliInstaller::class,
37 foreach ( glob(
"$IP/mw-config/overrides/*.php" ) as
$file ) {
52 return new $className( $installer );
62 return new $className( $request );
72 public static function getCliInstaller( $siteName, $admin =
null, array $options = [] ) {
74 return new $className( $siteName, $admin, $options );
static getCliInstaller( $siteName, $admin=null, array $options=[])
Instantiates and returns an instance of CliInstaller or its descendant classes.
static getWebInstaller(WebRequest $request)
Instantiates and returns an instance of WebInstaller or its descendant classes.
static getLocalSettingsGenerator(Installer $installer)
Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes.
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
if(PHP_SAPI !='cli-server') if(!isset( $_SERVER['SCRIPT_FILENAME'])) $file
Item class for a filearchive table row.