| Total Complexity | 6 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 4 | ||
| Bugs | 3 | 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 | * @return array<mixed> |
||
| 32 | */ |
||
| 33 | protected function parseFile(string $strConfigFile) : array |
||
| 54 |