| Total Complexity | 4 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class Framework extends \Formularium\Framework |
||
| 9 | { |
||
| 10 | public function __construct(string $name = 'Parsley') |
||
| 13 | } |
||
| 14 | |||
| 15 | public function htmlFooter(HTMLElement &$footer) |
||
| 20 | ]); |
||
| 21 | } |
||
| 22 | |||
| 23 | public function form(HTMLElement $form) |
||
| 27 | ]); |
||
| 28 | } |
||
| 29 | |||
| 30 | public function editableCompose(Model $m, array $elements, string $previousCompose): string |
||
| 44 |