| Total Complexity | 8 |
| Total Lines | 54 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class IssueSlip extends AbstractDocument |
||
| 20 | { |
||
| 21 | 6 | public function getImportRoot(): string |
|
| 22 | { |
||
| 23 | 6 | return 'lst:vydejka'; |
|
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Add link. |
||
| 28 | * |
||
| 29 | * @param array<string,mixed> $data |
||
| 30 | * |
||
| 31 | * @return $this |
||
| 32 | */ |
||
| 33 | 1 | public function addLink(array $data): self |
|
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * {@inheritdoc} |
||
| 53 | */ |
||
| 54 | 5 | protected function getDocumentElements(): array |
|
| 57 | } |
||
| 58 | |||
| 59 | /** |
||
| 60 | * {@inheritdoc} |
||
| 61 | */ |
||
| 62 | 6 | protected function getDocumentNamespace(): string |
|
| 65 | } |
||
| 66 | |||
| 67 | /** |
||
| 68 | * {@inheritdoc} |
||
| 69 | */ |
||
| 70 | 6 | protected function getDocumentName(): string |
|
| 75 |