Total Complexity | 7 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class FileCheckboxes extends ATreeControl implements IMultiValue |
||
18 | { |
||
19 | use TMultiValue; |
||
20 | use TSubEntry; |
||
21 | |||
22 | protected string $templateLabel = ''; |
||
23 | |||
24 | /** |
||
25 | * @param ControlNode[] $nodes |
||
26 | * @return string |
||
27 | */ |
||
28 | 1 | protected function fillEntries(array $nodes): string |
|
41 | } |
||
42 | |||
43 | 1 | protected function getEntry(ControlNode $node): HtmlElement |
|
50 | } |
||
51 | |||
52 | 1 | protected function getInput(FileNode $node): Controls\AControl |
|
60 |