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 | |
---|---|---|
__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 | |
parse ( array $arrAttributes = null ) : string | Parse the template file and return it as string |
Method | Description | |
---|---|---|
validator ( mixed $varInput ) : mixed | Validate input and set value |
public __construct ( array $arrAttributes = null ) | ||
$arrAttributes | array | An optional attributes array |
public generateConfirmation ( ) : string | ||
return | string | The confirmation field markup |
public generateConfirmationLabel ( ) : string | ||
return | string | The confirmation label markup |
protected bool $blnForAttribute | ||
return | boolean |
protected bool $blnSubmitInput | ||
return | boolean |