PHP Class Components_Module_CiSetup, horde

Copyright 2010-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.
Inheritance: extends Components_Module_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
getOptionGroupDescription ( )
getOptionGroupOptions ( )
getOptionGroupTitle ( )
handle ( Components_Config $config ) : boolean Determine if this module should act. Run all required actions if it has been instructed to do so.

Method Details

getOptionGroupDescription() public méthode

getOptionGroupOptions() public méthode

getOptionGroupTitle() public méthode

public getOptionGroupTitle ( )

handle() public méthode

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.