Ejemplo n.º 1
0
 public function News($newsid, $retarray = false)
 {
     if (!$this->IsViewRole()) {
         return;
     }
     return NewsQuery::News($this->db, $newsid, $this->userid, $retarray);
 }