Example #1
0
 /**
  * @param string $packageKey
  * @return bool
  */
 public function isPackageFrozen($packageKey)
 {
     $package = $this->getPackage($packageKey);
     return parent::isPackageFrozen($package->getPackageKey());
 }