PHP Class Contao\FormExplanation

Inheritance: extends Widget
Mostra 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_oe property

The CSS class prefix
protected string $strPrefix
return string

$strTemplate protected_oe property

Template
protected string $strTemplate
return string