Total Complexity | 4 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
16 | class Order extends AbstractDocument |
||
17 | { |
||
18 | use AddActionTypeTrait; |
||
19 | |||
20 | 11 | public function getImportRoot(): string |
|
23 | } |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | 10 | protected function getDocumentElements(): array |
|
31 | } |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | 11 | protected function getDocumentNamespace(): string |
|
39 | } |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | 11 | protected function getDocumentName(): string |
|
49 |