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