Total Complexity | 4 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | class AbstractXmlMapper extends AbstractMapper { |
||
12 | |||
13 | 1 | protected function attributes(): string { |
|
14 | 1 | return MarshalXml::ATTRIBUTES_KEY; |
|
15 | } |
||
16 | |||
17 | 1 | protected function data(): string { |
|
19 | } |
||
20 | |||
21 | 1 | /** |
|
22 | 1 | * @param mixed $data |
|
23 | * @return array|string |
||
24 | */ |
||
25 | protected function cdata($data = null) { |
||
29 |