| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class IndividualPrice extends AbstractAgenda |
||
| 10 | { |
||
| 11 | 1 | public function getImportRoot(): string |
|
| 14 | } |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | 1 | public function getXML(): \SimpleXMLElement |
|
| 20 | { |
||
| 21 | 1 | throw new PohodaException('Individual prices import is currently not supported.'); |
|
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | 2 | protected function getDefaultDto(): Common\Dtos\AbstractDto |
|
| 30 | } |
||
| 31 | } |
||
| 32 |