| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class JSONConfig extends AbstractConfig |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * The constructor expects an valid filename/path to the JSON 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 |
||
| 46 |