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