PHP Класс Contao\FormTextArea

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

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

Свойство Тип Описание
$blnForAttribute boolean Add a for attribute
$blnSubmitInput boolean Submit user input
$intCols integer Columns
$intRows integer Rows
$strPrefix string The CSS class prefix
$strTemplate string Template

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

Метод Описание
__get ( string $strKey ) : mixed Return a parameter
__set ( string $strKey, mixed $varValue ) Add specific attributes
generate ( ) : string Generate the widget and return it as string

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

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

Return a parameter
public __get ( string $strKey ) : mixed
$strKey string The parameter key
Результат mixed The parameter value

__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

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

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

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

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

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

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

Columns
protected int $intCols
Результат integer

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

Rows
protected int $intRows
Результат integer

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

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

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

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