PHP Class Contao\TextArea

Provide methods to handle textareas.
Inheritance: extends Widget
Show file Open project: contao/core-bundle Class Usage Examples

Protected Properties

Property Type Description
$blnForAttribute boolean Add a for attribute
$blnSubmitInput boolean Submit user input
$intCols integer Columns
$intRows integer Rows
$strTemplate string Template

Public Methods

Method Description
__set ( string $strKey, mixed $varValue ) Add specific attributes
generate ( ) : string Generate the widget and return it as string

Method Details

__set() public method

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

generate() public method

Generate the widget and return it as string
public generate ( ) : string
return string

Property Details

$blnForAttribute protected property

Add a for attribute
protected bool $blnForAttribute
return boolean

$blnSubmitInput protected property

Submit user input
protected bool $blnSubmitInput
return boolean

$intCols protected property

Columns
protected int $intCols
return integer

$intRows protected property

Rows
protected int $intRows
return integer

$strTemplate protected property

Template
protected string $strTemplate
return string