PHP Class Backend\Modules\Analytics\Form\SettingsStepAuthConfigFileType

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 )
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 )
$name string
$settings common\ModulesSettings

handle() public méthode

public handle ( ) : boolean
Résultat boolean

parse() public méthode

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