1 | <?php |
||
5 | class FileHandler |
||
6 | { |
||
7 | /** |
||
8 | * @var array |
||
9 | */ |
||
10 | private $arguments; |
||
11 | |||
12 | /** |
||
13 | * FileHandler constructor. |
||
14 | * @param array $arguments |
||
15 | */ |
||
16 | 3 | public function __construct(array $arguments) |
|
20 | |||
21 | public function resolvePath($currentPath, $importPath) { |
||
29 | |||
30 | 2 | public function preparePath($path) { |
|
37 | |||
38 | public function getEnvParameter($name) { |
||
47 | |||
48 | public function initDirectory($dir) { |
||
53 | } |
||
54 |