PHP Class Components_Module_Qc, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Datei anzeigen
Open project: horde/horde
Public Methods
Method Details
getActions()
public method
Return the action arguments supported by this module.
Return the help text for the specified action.
getOptionGroupDescription()
public method
getOptionGroupOptions()
public method
getOptionGroupTitle()
public method
Get the usage description for this module.
Determine if this module should act. Run all required actions if it has
been instructed to do so.
public handle ( Components_Config $config ) : boolean |
$config |
Components_Config |
The configuration. |
return |
boolean |
True if the module performed some action. |