1 | <?php |
||
16 | class Xml extends AbstractFileParser |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritDoc} |
||
20 | * Loads a XML file as an array |
||
21 | * |
||
22 | * @throws ParseException If there is an error parsing XML file |
||
23 | * @since 0.1 |
||
24 | */ |
||
25 | 6 | public function parse($path) |
|
46 | |||
47 | /** |
||
48 | * {@inheritDoc} |
||
49 | */ |
||
50 | 3 | public function getSupportedFileExtensions() |
|
54 | } |
||
55 | |||
57 |