Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class Export extends HttpApi |
||
19 | { |
||
20 | /** |
||
21 | * Export a locale. |
||
22 | * {@link https://localise.biz/api/docs/export/exportlocale}. |
||
23 | * |
||
24 | * @param string $projectKey |
||
25 | * @param string $locale |
||
26 | * @param string $ext |
||
27 | * @param array $params |
||
28 | * |
||
29 | * @return string|ResponseInterface |
||
30 | * |
||
31 | * @throws Exception |
||
32 | */ |
||
33 | public function locale(string $projectKey, string $locale, string $ext, array $params) |
||
49 |