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