Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | class LedgersInfoResponse implements ResponseInterface |
||
13 | { |
||
14 | /** |
||
15 | * @var LedgerInfoModel[] |
||
16 | */ |
||
17 | private $ledgerInfos; |
||
18 | |||
19 | /** |
||
20 | * @param array $result |
||
21 | */ |
||
22 | 1 | public function manualMapping($result) |
|
35 | 1 | ); |
|
36 | 1 | } |
|
37 | 1 | } |
|
38 | |||
39 | /** |
||
40 | * @return LedgerInfoModel[] |
||
41 | */ |
||
42 | 1 | public function getLedgerInfos() |
|
49 |