1 | <?php |
||
17 | class Xml implements ParserInterface |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritDoc} |
||
21 | * Parses an XML string as an array |
||
22 | * |
||
23 | * @throws ParseException If there is an error parsing the XML string |
||
24 | */ |
||
25 | 6 | public function parse($config, $filename = null) |
|
48 | |||
49 | /** |
||
50 | * {@inheritDoc} |
||
51 | */ |
||
52 | 3 | public static function getSupportedExtensions() |
|
56 | } |
||
57 |