MediaWiki  REL1_19
CommandLineInc Class Reference
Inheritance diagram for CommandLineInc:
Collaboration diagram for CommandLineInc:

List of all members.

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.

Detailed Description

Definition at line 31 of file commandLine.inc.


Constructor & Destructor Documentation

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().

Here is the call graph for this function:


Member Function Documentation

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.


The documentation for this class was generated from the following file: