Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class MultiDependentSelect extends DependentSelect implements HasSyncCallback, MustDeleteRelatedItem |
||
12 | { |
||
13 | use ElementSaveRelation, |
||
14 | ElementSyncCallback, |
||
15 | ElementDeleteRelatedItem; |
||
16 | |||
17 | /** |
||
18 | * @return string |
||
19 | */ |
||
20 | public function getName() |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @return array |
||
27 | */ |
||
28 | public function toArray() |
||
37 |