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