| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 43 | public function getDecoder() |
||
| 44 | { |
||
| 45 | $entryTransactionDetailDecoder = new Camt052\Decoder\EntryTransactionDetail(); |
||
| 46 | $entryDecoder = new Decoder\Entry($entryTransactionDetailDecoder); |
||
| 47 | $recordDecoder = new Decoder\Record($entryDecoder); |
||
| 48 | $messageDecoder = new Camt052\Decoder\V02\Message($recordDecoder); |
||
| 49 | |||
| 50 | return new Decoder($messageDecoder, sprintf('/assets/%s.xsd', $this->getMsgId())); |
||
| 51 | } |
||
| 52 | } |
||
| 53 |