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