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