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