Method | Description | |
---|---|---|
getActions ( ) : array | Return the action arguments supported by this module. | |
getContextOptionHelp ( ) : array | Return the options that should be explained in the context help. | |
getHelp ( string $action ) : string | Return the help text for the specified action. | |
getOptionGroupDescription ( ) | ||
getOptionGroupOptions ( ) | ||
getOptionGroupTitle ( ) | ||
getUsage ( ) : string | Get the usage description for this module. | |
handle ( Components_Config $config ) : boolean | Determine if this module should act. Run all required actions if it has been instructed to do so. |
public getActions ( ) : array | ||
return | array | A list of supported action arguments. |
public getContextOptionHelp ( ) : array | ||
return | array | A list of option help texts. |