PHP Class Contao\FormTextArea

Form field "textarea".
Inheritance: extends Widget
Afficher le fichier Open project: contao/core-bundle

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__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

Method Details

__get() public méthode

Return a parameter
public __get ( string $strKey ) : mixed
$strKey string The parameter key
Résultat mixed The parameter value

__set() public méthode

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

generate() public méthode

Generate the widget and return it as string
public generate ( ) : string
Résultat string The widget markup

Property Details

$blnForAttribute protected_oe property

Add a for attribute
protected bool $blnForAttribute
Résultat boolean

$blnSubmitInput protected_oe property

Submit user input
protected bool $blnSubmitInput
Résultat boolean

$intCols protected_oe property

Columns
protected int $intCols
Résultat integer

$intRows protected_oe property

Rows
protected int $intRows
Résultat integer

$strPrefix protected_oe property

The CSS class prefix
protected string $strPrefix
Résultat string

$strTemplate protected_oe property

Template
protected string $strTemplate
Résultat string