Свойство | Тип | Описание | |
---|---|---|---|
$blnForAttribute | boolean | Add a for attribute | |
$blnSubmitInput | boolean | Submit user input | |
$strPrefix | string | The CSS class prefix | |
$strTemplate | string | Template |
Метод | Описание | |
---|---|---|
__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 | |
parse ( array $arrAttributes = null ) : string | Parse the template file and return it as string | |
validate ( ) | Check options if the field is mandatory |
Метод | Описание | |
---|---|---|
getOptions ( ) : array | Generate the options |
protected getOptions ( ) : array | ||
Результат | array | The options array |
protected bool $blnForAttribute | ||
Результат | boolean |
protected bool $blnSubmitInput | ||
Результат | boolean |