PHP Class Contao\FormExplanation

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

Protected Properties

Property Type Description
$strPrefix string The CSS class prefix
$strTemplate string Template

Public Methods

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

Method Details

generate() public method

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

validate() public method

Do not validate
public validate ( )

Property Details

$strPrefix protected property

The CSS class prefix
protected string $strPrefix
return string

$strTemplate protected property

Template
protected string $strTemplate
return string