Total Complexity | 5 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
17 | class AddressBook extends AbstractAgenda |
||
18 | { |
||
19 | use Common\AddActionTypeTrait; |
||
20 | use Common\AddParameterToHeaderTrait; |
||
21 | |||
22 | 1 | public function getImportRoot(): string |
|
25 | } |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | 6 | public function setData(array $data): parent |
|
39 | } |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | 6 | public function getXML(): \SimpleXMLElement |
|
52 | } |
||
53 | |||
54 | /** |
||
55 | * {@inheritdoc} |
||
56 | */ |
||
57 | 1 | protected function configureOptions(Common\OptionsResolver $resolver): void |
|
63 |