PHP Class Contao\FormHidden

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

Method Details

generate() public method

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

Property Details

$blnSubmitInput protected property

Submit user input
protected bool $blnSubmitInput
return boolean

$strTemplate protected property

Template
protected string $strTemplate
return string