PHP Class Backend\Modules\Analytics\Form\SettingsType

Datei anzeigen Open project: forkcms/forkcms Class Usage Examples

Public Methods

Method Description
__construct ( string $name, ModulesSettings $settings, Google_Service_Analytics $googleServiceAnalytics )
handle ( ) : boolean
parse ( TwigTemplate $template )

Method Details

__construct() public method

public __construct ( string $name, ModulesSettings $settings, Google_Service_Analytics $googleServiceAnalytics )
$name string
$settings common\ModulesSettings
$googleServiceAnalytics Google_Service_Analytics

handle() public method

public handle ( ) : boolean
return boolean

parse() public method

public parse ( TwigTemplate $template )
$template Backend\Core\Engine\TwigTemplate