Total Complexity | 9 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class translation { |
||
18 | use service; |
||
19 | private static $base_url = 'http://translate.google.cn/translate_a/single'; |
||
20 | |||
21 | /** |
||
22 | * @param string|array $text |
||
23 | * @param array $array |
||
24 | * @param string $lang |
||
25 | * @return string|array |
||
26 | * @throws \Exception |
||
27 | */ |
||
28 | public static function __($text, $array = [], $lang = 'en') { |
||
58 | } |
||
59 | } |