MediaWiki
REL1_19
|
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. | |
Protected Member Functions | |
maybeHelp ($force=false) | |
No help, it would just be misleading since it misses custom options. |
Definition at line 31 of file commandLine.inc.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from Maintenance.
Definition at line 32 of file commandLine.inc.
References $optionsWithArgs, and Maintenance\addOption().
Do the actual work.
All child classes will need to implement this
Reimplemented from Maintenance.
Definition at line 50 of file commandLine.inc.
References $options.
CommandLineInc::maybeHelp | ( | $ | force = false | ) | [protected] |
No help, it would just be misleading since it misses custom options.
Reimplemented from Maintenance.
Definition at line 43 of file commandLine.inc.