1 | <?php |
||
5 | class GeneratorPath |
||
6 | { |
||
7 | private $path; |
||
8 | private $generate; |
||
9 | private $namespace; |
||
10 | |||
11 | 131 | public function __construct($config) |
|
24 | |||
25 | 131 | public function getPath() |
|
29 | |||
30 | 130 | public function generate() : bool |
|
34 | |||
35 | 127 | public function getNamespace() |
|
39 | |||
40 | 128 | private function convertPathToNamespace($path) |
|
44 | } |
||
45 |