1 | <?php |
||
7 | class ComposerFilesExtractor implements QueryInterface |
||
8 | { |
||
9 | /** |
||
10 | * @var array |
||
11 | */ |
||
12 | private $files; |
||
13 | |||
14 | /** |
||
15 | * ComposerFilesExtractorQuery constructor. |
||
16 | * |
||
17 | * @param array $files |
||
18 | */ |
||
19 | 4 | public function __construct(array $files) |
|
23 | |||
24 | /** |
||
25 | * @return array |
||
26 | */ |
||
27 | 1 | public function getFiles() |
|
31 | } |
||
32 |