Total Complexity | 6 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class CsvEntityExtractor extends AbstractFolderExtrator implements ExtractorInterface |
||
9 | { |
||
10 | use EntityFileExtractorTrait; |
||
11 | |||
12 | /** |
||
13 | * @inheritDoc |
||
14 | */ |
||
15 | 5 | protected function getFileExtension() |
|
18 | } |
||
19 | |||
20 | /** |
||
21 | * @inheritDoc |
||
22 | */ |
||
23 | 5 | protected function extractFileContent($filepath) |
|
54 |