PHP Класс Contao\FormPassword

Form field "password".
Наследование: extends Widget
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$blnForAttribute boolean Add a for attribute
$blnSubmitInput boolean Submit user input
$strPrefix string The CSS class prefix
$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
parse ( array $arrAttributes = null ) : string Parse the template file and return it as string

Защищенные методы

Метод Описание
validator ( mixed $varInput ) : mixed Validate input and set value

Описание методов

__construct() публичный Метод

Always decode entities
public __construct ( array $arrAttributes = null )
$arrAttributes array An optional attributes array

__set() публичный Метод

Add specific attributes
public __set ( string $strKey, mixed $varValue )
$strKey string The attribute name
$varValue mixed The attribute value

generate() публичный Метод

Generate the widget and return it as string
public generate ( ) : string
Результат string The widget markup

generateConfirmation() публичный Метод

Generate the widget and return it as string
public generateConfirmation ( ) : string
Результат string The confirmation field markup

generateConfirmationLabel() публичный Метод

Generate the label of the confirmation field and return it as string
public generateConfirmationLabel ( ) : string
Результат string The confirmation label markup

parse() публичный Метод

Parse the template file and return it as string
public parse ( array $arrAttributes = null ) : string
$arrAttributes array An optional attributes array
Результат string The template markup

validator() защищенный Метод

Validate input and set value
protected validator ( mixed $varInput ) : mixed
$varInput mixed The user input
Результат mixed The validated user input

Описание свойств

$blnForAttribute защищенное свойство

Add a for attribute
protected bool $blnForAttribute
Результат boolean

$blnSubmitInput защищенное свойство

Submit user input
protected bool $blnSubmitInput
Результат boolean

$strPrefix защищенное свойство

The CSS class prefix
protected string $strPrefix
Результат string

$strTemplate защищенное свойство

Template
protected string $strTemplate
Результат string