Esempio n. 1
0
File: v2.php Progetto: helgi/Pyrus
 function fromPackageFile(\Pyrus\PackageFileInterface $package)
 {
     $this->fromArray($package->toArray());
     $this->setFilelist($package->getFileList());
     $this->setBaseInstallDirs($package->getBaseInstallDirs());
 }