PHP Class Backend\Modules\Analytics\Form\SettingsStepWebPropertyType

Inheritance: implements Backend\Modules\Analytics\Form\SettingsStepType
Datei anzeigen Open project: forkcms/forkcms

Public Methods

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

Private Methods

Method Description
build ( ) Build up the form
isValid ( ) : boolean

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