1 | <?php |
||
29 | 1 | final class VirtualPackage extends Package |
|
30 | { |
||
31 | /** |
||
32 | * @var string |
||
33 | */ |
||
34 | private $path; |
||
35 | |||
36 | /** |
||
37 | * @param mixed[] $composerData |
||
38 | * @param string $path |
||
39 | */ |
||
40 | public function __construct(array $composerData, string $path) |
||
46 | |||
47 | /** |
||
48 | * {@inheritdoc} |
||
49 | */ |
||
50 | public function getPath() : string |
||
54 | } |
||
55 |