PHP Класс Contao\TextField

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

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

Свойство Тип Описание
$blnForAttribute boolean Add a for attribute
$blnSubmitInput boolean Submit user input
$strTemplate string Template

Открытые методы

Метод Описание
__construct ( array $arrAttributes = null ) Disable the for attribute if the "multiple" option is set
__set ( string $strKey, mixed $varValue ) Add specific attributes
generate ( ) : string Generate the widget and return it as string

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

Метод Описание
validator ( mixed $varInput ) : mixed Trim values

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

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

Disable the for attribute if the "multiple" option is set
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

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

Trim values
protected validator ( mixed $varInput ) : mixed
$varInput mixed
Результат mixed

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

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

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

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

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

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

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