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
Show file Open project: horde/horde

Public Methods

Method 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 method

getOptionGroupOptions() public method

getOptionGroupTitle() public method

public getOptionGroupTitle ( )

handle() public method

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.