1 | <?php |
||
10 | class YamlEntityExtractor extends AbstractFolderExtrator implements ExtractorInterface |
||
11 | { |
||
12 | use EntityExtractorTrait; |
||
13 | |||
14 | /** |
||
15 | * @inheritDoc |
||
16 | */ |
||
17 | 3 | protected function getFileExtension() |
|
21 | |||
22 | /** |
||
23 | * @inheritDoc |
||
24 | */ |
||
25 | 3 | protected function extractFileContent($filepath) |
|
29 | } |
||
30 |