1 | <?php |
||
16 | class Ini extends AbstractFileParser |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritDoc} |
||
20 | * Parses an INI file as an array |
||
21 | * |
||
22 | * @throws ParseException If there is an error parsing INI file |
||
23 | * @since 0.1 |
||
24 | */ |
||
25 | public function parse($path) |
||
37 | |||
38 | /** |
||
39 | * {@inheritDoc} |
||
40 | * @since 0.1 |
||
41 | */ |
||
42 | public function getSupportedFileExtensions() |
||
46 | } |
||
47 | |||
49 |