1 | <?php |
||
13 | class Php extends AbstractFileParser |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritDoc} |
||
17 | * Loads a PHP file and gets its' contents as an array |
||
18 | * |
||
19 | * @throws ParseException If the PHP file throws an exception |
||
20 | * @throws UnsupportedFormatException If the PHP file does not return an array |
||
21 | */ |
||
22 | public function parse() |
||
50 | |||
51 | /** |
||
52 | * {@inheritDoc} |
||
53 | */ |
||
54 | public function getSupportedExtensions() |
||
58 | } |
||
59 |