class TextArea extends TextBase

Multiline text input control.

Methods

__construct(string|object $label = null)

No description

Html|string
getControl()

Generates control's HTML element.

Details

at line 23
__construct(string|object $label = null)

No description

Parameters

string|object $label

at line 31
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string