| Total Complexity | 5 |
| Total Lines | 47 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class AddressBook extends AbstractAgenda |
||
| 11 | { |
||
| 12 | use Common\AddActionTypeTrait; |
||
| 13 | use Common\AddParameterToHeaderTrait; |
||
| 14 | |||
| 15 | 1 | public function getImportRoot(): string |
|
| 16 | { |
||
| 17 | 1 | return 'lAdb:addressbook'; |
|
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | 6 | public function setData(Common\Dtos\AbstractDto $data): parent |
|
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | 6 | public function getXML(): \SimpleXMLElement |
|
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @{inheritDoc} |
||
| 53 | */ |
||
| 54 | 7 | protected function getDefaultDto(): Common\Dtos\AbstractDto |
|
| 57 | } |
||
| 58 | } |
||
| 59 |