コード例 #1
0
ファイル: index.class.php プロジェクト: oneismore/Discuss
 /**
  * Up view count for thread
  * @return void
  */
 public function view()
 {
     if (empty($this->scriptProperties['print'])) {
         $this->thread->view();
     }
 }
コード例 #2
0
ファイル: view.class.php プロジェクト: oneismore/Discuss
 /**
  * Mark this thread as viewed
  * @return boolean
  */
 public function view()
 {
     return $this->thread->view();
 }