| Total Complexity | 2 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 9 | class Renderable_constant extends \Formularium\Renderable |
||
| 10 | { |
||
| 11 | public function viewable($value, Field $field, HTMLElement $previous): HTMLElement |
||
| 12 | { |
||
| 13 | return $previous; |
||
| 14 | } |
||
| 15 | |||
| 16 | public function editable($value, Field $field, HTMLElement $previous): HTMLElement |
||
| 19 | } |
||
| 20 | } |
||
| 21 |