PHP Class Contao\MetaWizard

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

Protected Properties

Property Type Description
$blnSubmitInput boolean Submit user input
$strTemplate string Template

Public Methods

Method Description
__set ( string $strKey, mixed $varValue ) Set an object property
generate ( ) : string Generate the widget and return it as string
validator ( mixed $varInput ) : mixed Trim the values and add new languages if necessary

Method Details

__set() public method

Set an object property
public __set ( string $strKey, mixed $varValue )
$strKey string The property name
$varValue mixed The property value

generate() public method

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

validator() public method

Trim the values and add new languages if necessary
public validator ( mixed $varInput ) : mixed
$varInput mixed
return mixed

Property Details

$blnSubmitInput protected_oe property

Submit user input
protected bool $blnSubmitInput
return boolean

$strTemplate protected_oe property

Template
protected string $strTemplate
return string