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