Total Complexity | 7 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class AOperations |
||
17 | { |
||
18 | use TLang; |
||
19 | |||
20 | protected Runner $runner; |
||
21 | |||
22 | public function __construct(Runner $runner, IRRTranslations $lang) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param string $path |
||
30 | * @param bool $setTarget |
||
31 | * @throws RequestException |
||
32 | * @return string |
||
33 | */ |
||
34 | protected function parsePath(string $path, bool $setTarget = true): string |
||
53 |