예제 #1
0
 public function __construct($pkgHandle, Application $application)
 {
     $this->pkgHandle = $pkgHandle;
     $this->pkgVersion = '0.0';
     $this->pkgName = t('Unknown Package');
     $this->pkgDescription = t('Broken package (handle %s).', $pkgHandle);
     parent::__construct($application);
 }