1 | <?php |
||
10 | class Serialize implements ParserInterface |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | public function parseFile($filename) |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function parseString($config) |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public static function getSupportedExtensions() |
||
37 | } |
||
38 |