| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class TextCheckboxGroupField extends CompositeField |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Set the composite's title to that of the first child |
||
| 11 | * |
||
| 12 | * {@inheritDoc} |
||
| 13 | */ |
||
| 14 | public function __construct(...$children) |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Don't use the custom template for readonly states |
||
| 23 | * |
||
| 24 | * {@inheritDoc} |
||
| 25 | */ |
||
| 26 | public function performReadonlyTransformation() |
||
| 36 |