platform/api/symfony/Component/DomCrawler/Field/TextareaFormField.yaml

36 lines
655 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TextareaFormField
class_comment: '# * TextareaFormField represents a textarea form field (an HTML textarea
tag).
# *
# * @author Fabien Potencier <fabien@symfony.com>'
dependencies: []
properties: []
methods:
- name: initialize
visibility: protected
parameters: []
comment: '# * TextareaFormField represents a textarea form field (an HTML textarea
tag).
# *
# * @author Fabien Potencier <fabien@symfony.com>
# */
# class TextareaFormField extends FormField
# {
# /**
# * Initializes the form field.
# *
# * @throws \LogicException When node type is incorrect'
traits: []
interfaces: []