Property | Type | Description | |
---|---|---|---|
$blnSubmitInput | boolean | Submit user input. | |
$strTemplate | string | The template to use. |
Method | Description | |
---|---|---|
__set ( string $strKey, mixed $varValue ) : void | Add specific attributes. | |
generate ( ) : string | Generate the widget and return it as string. |
Method | Description | |
---|---|---|
validator ( mixed $varInput ) : mixed | Trim the values and validate them. |
protected bool $blnSubmitInput | ||
return | boolean |