HtmlTextArea
Table of Contents
Properties
-
$customAttributes
: mixed
-
$isDisabled
: mixed
-
$label
: mixed
-
$name
: mixed
-
$placeholder
: mixed
-
$required
: mixed
-
$rows
: mixed
-
$value
: mixed
Methods
-
__construct()
: mixed
$customAttributes
public
mixed
$customAttributes
$isDisabled
public
mixed
$isDisabled
$label
public
mixed
$label
$name
public
mixed
$name
$placeholder
public
mixed
$placeholder
$required
public
mixed
$required
$rows
public
mixed
$rows
$value
public
mixed
$value
__construct()
public
__construct(mixed $name[, mixed $label = null ][, mixed $value = null ][, mixed $placeholder = null ][, bool $required = false ][, bool $isDisabled = false ][, int|null $rows = null ][, array<string|int, mixed>|null $customAttributes = null ]) : mixed
Parameters
-
$name
: mixed
-
-
$label
: mixed
= null
-
-
$value
: mixed
= null
-
-
$placeholder
: mixed
= null
-
-
$required
: bool
= false
-
-
$isDisabled
: bool
= false
-
-
$rows
: int|null
= null
-
-
$customAttributes
: array<string|int, mixed>|null
= null
-