| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class Offer extends AbstractDocument |
||
| 11 | { |
||
| 12 | 5 | public function getImportRoot(): string |
|
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | */ |
||
| 20 | 5 | protected function getDocumentNamespace(): string |
|
| 21 | { |
||
| 22 | 5 | return 'ofr'; |
|
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | 5 | protected function getDocumentName(): string |
|
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | 5 | protected function getDefaultDto(): Common\Dtos\AbstractDto |
|
| 41 |