1 | <?php |
||
11 | class Ini extends AbstractFileParser |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritDoc} |
||
15 | * Parses an INI file as an array |
||
16 | * |
||
17 | * @throws ParseException If there is an error parsing the INI file |
||
18 | */ |
||
19 | 1 | public function parse() |
|
33 | |||
34 | /** |
||
35 | * {@inheritDoc} |
||
36 | */ |
||
37 | public function getSupportedExtensions() |
||
41 | } |
||
42 |