1 | <?php |
||
22 | class GetLanguagesForTranslate implements \badams\MicrosoftTranslator\ApiMethodInterface |
||
23 | { |
||
24 | /** |
||
25 | * @return string |
||
26 | */ |
||
27 | 3 | public function getRequestMethod() |
|
31 | |||
32 | /** |
||
33 | * @return array |
||
34 | */ |
||
35 | 3 | public function getRequestOptions() |
|
39 | |||
40 | /** |
||
41 | * @param \GuzzleHttp\Message\ResponseInterface $response |
||
42 | * @return Language[] |
||
43 | */ |
||
44 | 3 | public function processResponse(\GuzzleHttp\Message\ResponseInterface $response) |
|
56 | } |
||
57 |