PHP Class Contao\SectionWizard

Inheritance: extends Widget
Show file Open project: contao/core-bundle

Protected Properties

Property Type Description
$blnSubmitInput boolean Submit user input
$strTemplate string Template

Public Methods

Method Description
generate ( ) : string Generate the widget and return it as string

Protected Methods

Method Description
validator ( mixed $varInput ) : mixed Standardize the ID

Method Details

generate() public method

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

validator() protected method

Standardize the ID
protected validator ( mixed $varInput ) : mixed
$varInput mixed
return mixed

Property Details

$blnSubmitInput protected property

Submit user input
protected bool $blnSubmitInput
return boolean

$strTemplate protected property

Template
protected string $strTemplate
return string