Total Complexity | 3 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class Constants extends AbstractSystem |
||
6 | { |
||
7 | /** |
||
8 | * Define all constants |
||
9 | */ |
||
10 | public function __construct() |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | * @return null |
||
28 | */ |
||
29 | public function __invoke() |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * Obtain the path of the application root directory |
||
36 | * |
||
37 | * @return string |
||
38 | */ |
||
39 | protected function obtainRootDir(): string |
||
47 |