Свойство | Тип | Описание | |
---|---|---|---|
$blnForAttribute | boolean | Add a for attribute | |
$blnSubmitInput | boolean | Submit user input | |
$strTemplate | string | Template |
Метод | Описание | |
---|---|---|
__construct ( array $arrAttributes = null ) | Always decode entities | |
__set ( string $strKey, mixed $varValue ) | Add specific attributes | |
generate ( ) : string | Generate the widget and return it as string | |
generateConfirmation ( ) : string | Generate the widget and return it as string | |
generateConfirmationLabel ( ) : string | Generate the label of the confirmation field and return it as string |
Метод | Описание | |
---|---|---|
validator ( mixed $varInput ) : string | Validate input and set value |
public __construct ( array $arrAttributes = null ) | ||
$arrAttributes | array |
public generateConfirmation ( ) : string | ||
Результат | string |
public generateConfirmationLabel ( ) : string | ||
Результат | string |
protected bool $blnForAttribute | ||
Результат | boolean |
protected bool $blnSubmitInput | ||
Результат | boolean |