PHP Class Contao\FormSubmit

Form submit button.
Inheritance: extends Widget
Afficher le fichier Open project: contao/core-bundle

Protected Properties

Свойство Type Description
$strPrefix string The CSS class prefix
$strTemplate string Template

Méthodes publiques

Méthode Description
__set ( string $strKey, mixed $varValue ) Add specific attributes
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

__set() public méthode

Add specific attributes
public __set ( string $strKey, mixed $varValue )
$strKey string The attribute name
$varValue mixed The attribute value

generate() public méthode

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

parse() public méthode

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

validate() public méthode

Do not validate
public validate ( )

Property Details

$strPrefix protected_oe property

The CSS class prefix
protected string $strPrefix
Résultat string

$strTemplate protected_oe property

Template
protected string $strTemplate
Résultat string