Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class DatabaseEngineRepository extends AbstractRepository implements DatabaseEngineRepositoryInterface |
||
23 | { |
||
24 | protected function getBaseUri(): string |
||
25 | { |
||
26 | return 'beta/databases/engines'; |
||
27 | } |
||
28 | |||
29 | protected function getSupportedFields(): array |
||
35 | ]; |
||
36 | } |
||
37 | |||
38 | protected function jsonToEntity(array $json): Entity |
||
43 |