Property | Type | Description | |
---|---|---|---|
$blnForAttribute | boolean | Add a for attribute | |
$blnSubmitInput | boolean | Submit user input | |
$strPrefix | string | The CSS class prefix | |
$strTemplate | string | Template |
Method | Description | |
---|---|---|
__get ( string $strKey ) : mixed | Return a parameter | |
__set ( string $strKey, mixed $varValue ) | Add specific attributes | |
generate ( ) : string | Generate the widget and return it as string |
Method | Description | |
---|---|---|
validator ( mixed $varInput ) : mixed | Trim the values |
protected bool $blnForAttribute | ||
return | boolean |
protected bool $blnSubmitInput | ||
return | boolean |