| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
MediaWiki installer overrides. Modify this file if you are a packager who needs to modify the behavior of the MediaWiki installer. Altering it is preferred over changing anything in /includes. Note: this file doesn't gets included from a global scope, don't use globals directly.
| File Size: | 81 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 2 times |
| Includes or requires: | 0 files |
InstallerOverrides:: (3 methods):
getLocalSettingsGenerator()
getWebInstaller()
getCliInstaller()
Class: InstallerOverrides - X-Ref
| getLocalSettingsGenerator( Installer $installer ) X-Ref |
| Instantiates and returns an instance of LocalSettingsGenerator or its descendant classes param: Installer $installer return: LocalSettingsGenerator |
| getWebInstaller( WebRequest $request ) X-Ref |
| Instantiates and returns an instance of WebInstaller or its descendant classes param: WebRequest $request return: WebInstaller |
| getCliInstaller( $siteName, $admin = null, array $options = array() X-Ref |
| Instantiates and returns an instance of CliInstaller or its descendant classes param: string $siteName param: string|null $admin param: array $options return: CliInstaller |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |