コード例 #1
0
ファイル: manager.php プロジェクト: rucos/abricos-mod-news
 public function News($newsid, $retarray = false)
 {
     if (!$this->IsViewRole()) {
         return;
     }
     return NewsQuery::News($this->db, $newsid, $this->userid, $retarray);
 }