Пример #1
0
 function isBundle()
 {
     if (isset($this->_packagefile)) {
         return $this->_packagefile->getPackageType() == 'bundle';
     }
     return false;
 }