1 | <?php |
||
17 | class Xml extends AbstractFileParser |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritDoc} |
||
21 | * Loads a XML file as an array |
||
22 | * |
||
23 | * @throws ParseException If there is an error parsing XML file |
||
24 | * @since 0.1.0 |
||
25 | */ |
||
26 | 6 | public function parse($path) |
|
50 | |||
51 | 3 | /** |
|
52 | * {@inheritDoc} |
||
53 | */ |
||
54 | public function getSupportedFileExtensions() |
||
58 | } |
||
59 | |||
61 |