PHP Класс Contao\Password

Provide methods to handle password fields.
Наследование: extends Widget
Показать файл Открыть проект

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

Свойство Тип Описание
$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

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

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

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

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

Add specific attributes
public __set ( string $strKey, mixed $varValue )
$strKey string
$varValue mixed

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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