| 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 |
||
| 25 | */ |
||
| 26 | 6 | public function parse($path) |
|
| 45 | |||
| 46 | /** |
||
| 47 | * {@inheritDoc} |
||
| 48 | */ |
||
| 49 | 3 | public function getSupportedFileExtensions() |
|
| 53 | } |
||
| 54 | |||
| 56 |