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.
Afficher le fichier
Open project: horde/horde
Méthodes publiques
Method Details
getActions()
public méthode
Return the action arguments supported by this module.
Return the help text for the specified action.
getOptionGroupDescription()
public méthode
getOptionGroupOptions()
public méthode
getOptionGroupTitle()
public méthode
getUsage()
public méthode
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. |
Résultat |
boolean |
True if the module performed some action. |