Total Complexity | 4 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
18 | class CheckList extends ChoiceMultiple |
||
19 | { |
||
20 | /** |
||
21 | * @inheritDoc |
||
22 | */ |
||
23 | public function getValueDisplay($context='') |
||
24 | { |
||
25 | $items = $this->getSelectedItems(); |
||
26 | return Html::displayAsTags($items); |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @inheritdoc |
||
31 | */ |
||
32 | public function getValue() |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @inheritdoc |
||
40 | */ |
||
41 | public function getComponentDetails() |
||
47 | } |