| Total Complexity | 7 |
| Total Lines | 56 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class Supplier extends AbstractAgenda |
||
| 11 | { |
||
| 12 | 1 | public function getImportRoot(): string |
|
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | */ |
||
| 20 | 2 | public function setData(Common\Dtos\AbstractDto $data): parent |
|
| 45 | } |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritdoc} |
||
| 49 | */ |
||
| 50 | 1 | public function getXML(): \SimpleXMLElement |
|
| 58 | } |
||
| 59 | |||
| 60 | /** |
||
| 61 | * {@inheritdoc} |
||
| 62 | */ |
||
| 63 | 2 | protected function getDefaultDto(): Common\Dtos\AbstractDto |
|
| 68 |