[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Core installer command line interface. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
File Size: | 224 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
CliInstaller:: (13 methods):
__construct()
execute()
writeConfigurationFile()
startStage()
endStage()
showMessage()
showError()
getMessageText()
showHelpBox()
showStatusMessage()
envCheckPath()
envGetDefaultServer()
dirIsExecutable()
Class: CliInstaller - X-Ref
Class for the core installer command line interface.__construct( $siteName, $admin = null, array $option = array() X-Ref |
Constructor. param: string $siteName param: string $admin param: array $option |
execute() X-Ref |
Main entry point. |
writeConfigurationFile( $path ) X-Ref |
Write LocalSettings.php to a given path param: string $path Full path to write LocalSettings.php to |
startStage( $step ) X-Ref |
No description |
endStage( $step, $status ) X-Ref |
No description |
showMessage( $msg ) X-Ref |
No description |
showError( $msg ) X-Ref |
No description |
getMessageText( $params ) X-Ref |
param: array $params return: string |
showHelpBox( $msg ) X-Ref |
Dummy |
showStatusMessage( Status $status ) X-Ref |
No description |
envCheckPath() X-Ref |
No description |
envGetDefaultServer() X-Ref |
No description |
dirIsExecutable( $dir, $url ) X-Ref |
No description |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |