1 | <?php |
||
16 | class Xml implements FileParserInterface |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritDoc} |
||
20 | * Parses an XML file as an array |
||
21 | * |
||
22 | * @throws ParseException If there is an error parsing the XML file |
||
23 | */ |
||
24 | 6 | public function parse($path) |
|
47 | |||
48 | /** |
||
49 | * {@inheritDoc} |
||
50 | */ |
||
51 | 3 | public static function getSupportedExtensions() |
|
55 | } |
||
56 |