name: TextareaFormField class_comment: '# * TextareaFormField represents a textarea form field (an HTML textarea tag). # * # * @author Fabien Potencier ' dependencies: [] properties: [] methods: - name: initialize visibility: protected parameters: [] comment: '# * TextareaFormField represents a textarea form field (an HTML textarea tag). # * # * @author Fabien Potencier # */ # class TextareaFormField extends FormField # { # /** # * Initializes the form field. # * # * @throws \LogicException When node type is incorrect' traits: [] interfaces: []