Total Complexity | 4 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 66.67% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class V02 implements MessageFormatInterface |
||
13 | { |
||
14 | public function getXmlNs(): string |
||
15 | { |
||
16 | return 'urn:iso:std:iso:20022:tech:xsd:camt.052.001.02'; |
||
17 | } |
||
18 | |||
19 | 7 | public function getMsgId(): string |
|
20 | { |
||
21 | 7 | return 'camt.052.001.02'; |
|
22 | } |
||
23 | |||
24 | public function getName(): string |
||
27 | } |
||
28 | |||
29 | 7 | public function getDecoder(): DecoderInterface |
|
39 |