コード例 #1
0
ファイル: v2.php プロジェクト: helgi/Pyrus
 function fromPackageFile(\Pyrus\PackageFileInterface $package)
 {
     $this->fromArray($package->toArray());
     $this->setFilelist($package->getFileList());
     $this->setBaseInstallDirs($package->getBaseInstallDirs());
 }