1 | <?php |
||
8 | class Component_textarea |
||
9 | extends AbstractComponent |
||
|
|||
10 | implements ValueComponentInterface, |
||
11 | DisableableComponentInterface, |
||
12 | FilterableComponentInterface, |
||
13 | ValidatableComponentInterface |
||
14 | { |
||
15 | public $component_type = 'textarea'; |
||
16 | |||
17 | public function default_model() |
||
32 | |||
33 | public function required_arguments() |
||
37 | |||
38 | public function get_template_path() |
||
42 | } |