public function getCveExceptionsByPkg(Pkg $pkg)
 {
     $this->getPakiti()->getDao("CveException")->getCveExceptionsByPkgId($pkg->getId());
 }
Beispiel #2
0
 public function delete(Pkg &$pkg)
 {
     $this->db->query("delete from Pkg where id=" . $this->db->escape($pkg->getId()));
 }