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 ( ) : 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. | |
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. |
public getOptionGroupDescription ( ) : string | ||
return | string | The group description. |
public getOptionGroupOptions ( ) : array | ||
return | array | The group options. |
public getOptionGroupTitle ( ) : string | ||
return | string | The group title. |