1 | <?php |
||
17 | class Neon implements FileParserInterface |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritDoc} |
||
21 | * Loads a NEON file as an array |
||
22 | * |
||
23 | * @throws ParseException If If there is an error parsing the NEON file |
||
24 | */ |
||
25 | public function parse($path) |
||
40 | |||
41 | /** |
||
42 | * {@inheritDoc} |
||
43 | */ |
||
44 | public function getSupportedExtensions() |
||
48 | } |
||
49 |