Total Complexity | 5 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
17 | class NEONConfig extends AbstractConfig |
||
18 | { |
||
19 | /** |
||
20 | * The constructor expects an valid filename/path to the NEON file. |
||
21 | * @param string $strConfigFile |
||
22 | */ |
||
23 | public function __construct(string $strConfigFile) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Parse the given file an add all settings to the internal configuration. |
||
30 | * @param string $strConfigFile |
||
31 | */ |
||
32 | protected function parseFile(string $strConfigFile) : array |
||
52 |