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 );