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