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