Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class LKEVersionRepository extends AbstractRepository implements LKEVersionRepositoryInterface |
||
23 | { |
||
24 | protected function getBaseUri(): string |
||
27 | } |
||
28 | |||
29 | protected function getSupportedFields(): array |
||
30 | { |
||
31 | return [ |
||
32 | LKEVersion::FIELD_ID, |
||
33 | ]; |
||
34 | } |
||
35 | |||
36 | protected function jsonToEntity(array $json): Entity |
||
39 | } |
||
40 | } |
||
41 |