Method |
Description |
|
getBaseOptions ( ) : array |
Get a set of base options that this module adds to the CLI argument
parser. |
|
getOptionGroupDescription ( ) : string |
Return the description for the option group representing this module. |
|
getOptionGroupOptions ( ) : array |
Return the options for this module. |
|
getOptionGroupTitle ( ) : string |
Return the title for the option group representing this module. |
|
getUsage ( ) : string |
Get the usage description for this module. |
|
handleArguments ( &$options, &$arguments, &$world ) : null |
Handle the options and arguments. |
|
hasOptionGroup ( ) : boolean |
Indicate if the module provides an option group. |
|
run ( Horde_Cli $cli, mixed $options, mixed $arguments, &$world ) : null |
Run the module. |
|