PHP Class Contao\OptionWizard

Inheritance: extends Widget
Exibir arquivo 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
validate ( ) Validate the input and set the value

Method Details

generate() public method

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

validate() public method

Validate the input and set the value
public validate ( )

Property Details

$blnSubmitInput protected_oe property

Submit user input
protected bool $blnSubmitInput
return boolean

$strTemplate protected_oe property

Template
protected string $strTemplate
return string