| Total Complexity | 5 |
| Total Lines | 48 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class AddressBook extends AbstractAgenda |
||
| 21 | { |
||
| 22 | use Common\AddActionTypeTrait; |
||
| 23 | use Common\AddParameterToHeaderTrait; |
||
| 24 | |||
| 25 | 1 | public function getImportRoot(): string |
|
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | 6 | public function setData(array $data): parent |
|
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * {@inheritdoc} |
||
| 50 | */ |
||
| 51 | 6 | public function getXML(): \SimpleXMLElement |
|
| 59 | } |
||
| 60 | |||
| 61 | /** |
||
| 62 | * {@inheritdoc} |
||
| 63 | */ |
||
| 64 | 1 | protected function configureOptions(Common\OptionsResolver $resolver): void |
|
| 70 |