PHP Class Backend\Modules\Analytics\Form\SettingsStepProfileType

Inheritance: implements Backend\Modules\Analytics\Form\SettingsStepType
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

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

Private Methods

Méthode Description
build ( ) Build up the form
isValid ( ) : boolean

Method Details

__construct() public méthode

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

handle() public méthode

public handle ( ) : boolean
Résultat boolean

parse() public méthode

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