PHP Class MetaModels\Widgets\MultiTextWidget

Inheritance: extends Widget
Afficher le fichier Open project: metamodels/core

Protected Properties

Свойство Type Description
$blnSubmitInput boolean Submit user input.
$strTemplate string The template to use.

Méthodes publiques

Méthode Description
__set ( string $strKey, mixed $varValue ) : void Add specific attributes.
generate ( ) : string Generate the widget and return it as string.

Méthodes protégées

Méthode Description
validator ( mixed $varInput ) : mixed Trim the values and validate them.

Method Details

__set() public méthode

Add specific attributes.
public __set ( string $strKey, mixed $varValue ) : void
$strKey string Name of the key to set.
$varValue mixed The value to use.
Résultat void

generate() public méthode

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

validator() protected méthode

Trim the values and validate them.
protected validator ( mixed $varInput ) : mixed
$varInput mixed The value to process.
Résultat mixed The processed value

Property Details

$blnSubmitInput protected_oe property

Submit user input.
protected bool $blnSubmitInput
Résultat boolean

$strTemplate protected_oe property

The template to use.
protected string $strTemplate
Résultat string