PHP Class Contao\SectionWizard

Inheritance: extends Widget
Afficher le fichier Open project: contao/core-bundle

Protected Properties

Свойство Type Description
$blnSubmitInput boolean Submit user input
$strTemplate string Template

Méthodes publiques

Méthode Description
generate ( ) : string Generate the widget and return it as string

Méthodes protégées

Méthode Description
validator ( mixed $varInput ) : mixed Standardize the ID

Method Details

generate() public méthode

Generate the widget and return it as string
public generate ( ) : string
Résultat string

validator() protected méthode

Standardize the ID
protected validator ( mixed $varInput ) : mixed
$varInput mixed
Résultat mixed

Property Details

$blnSubmitInput protected_oe property

Submit user input
protected bool $blnSubmitInput
Résultat boolean

$strTemplate protected_oe property

Template
protected string $strTemplate
Résultat string