| 1 | <?php |
||
| 8 | class Component_number |
||
| 9 | extends AbstractComponent |
||
|
|
|||
| 10 | implements ValueComponentInterface, |
||
| 11 | DisableableComponentInterface, |
||
| 12 | FilterableComponentInterface, |
||
| 13 | ValidatableComponentInterface |
||
| 14 | { |
||
| 15 | public function default_model() |
||
| 32 | |||
| 33 | public function filter($v) |
||
| 37 | |||
| 38 | public function validation($v,&$e) |
||
| 55 | |||
| 56 | public function required_arguments() |
||
| 60 | |||
| 61 | public function get_template_path() |
||
| 65 | } |