Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class InstrumentInfo extends PublicEndpoint |
||
15 | { |
||
16 | public function getEndpointRequestMethod(): string |
||
19 | } |
||
20 | |||
21 | protected function getEndpointUrl(): string |
||
24 | } |
||
25 | |||
26 | public function getRequestClassname(): string |
||
27 | { |
||
28 | return InstrumentInfoRequest::class; |
||
29 | } |
||
30 | |||
31 | protected function getResponseClassnameByCondition(array &$apiData = null): string |
||
34 | } |
||
35 | } |
||
36 |