PHP Class Contao\FormFieldset

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

Protected Properties

Property Type Description
$strTemplate string Template

Public Methods

Method Description
generate ( ) : string Generate the widget and return it as string
parse ( array $arrAttributes = null ) : string Parse the template file 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

parse() public method

Parse the template file and return it as string
public parse ( array $arrAttributes = null ) : string
$arrAttributes array An optional attributes array
return string The template markup

validate() public method

Do not validate
public validate ( )

Property Details

$strTemplate protected_oe property

Template
protected string $strTemplate
return string