Exemplo n.º 1
0
 function isCompatible($pf)
 {
     if (isset($this->_packagefile)) {
         return $this->_packagefile->isCompatible($pf);
     } elseif (isset($this->_downloadURL['info'])) {
         return $this->_downloadURL['info']->isCompatible($pf);
     }
     return true;
 }