TextareaFormField
class TextareaFormField extends FormField
TextareaFormField represents a textarea form field (an HTML textarea tag).
Methods
Details
in FormField at line line 51
__construct(DOMElement $node)
Constructor.
in FormField at line line 65
string
getName()
Returns the name of the field.
in FormField at line line 75
string|array
getValue()
Gets the value of the field.
in FormField at line line 85
setValue(string $value)
Sets the value of the field.
in FormField at line line 95
bool
hasValue()
Returns true if the field should be included in the submitted values.
in FormField at line line 105
bool
isDisabled()
Check if the current field is disabled.