InputFormField
InputFormField
class InputFormField extends FormField
InputFormField represents an input form field (an HTML input tag).
For inputs with type of file, checkbox, or radio, there are other more specialized classes (cf. FileFormField and ChoiceFormField).
Methods
__construct(DOMElement $node) Constructor. | from FormField | <