예제 #1
0
 /**
  * Up view count for thread
  * @return void
  */
 public function view()
 {
     if (empty($this->scriptProperties['print'])) {
         $this->thread->view();
     }
 }
예제 #2
0
 /**
  * Mark this thread as viewed
  * @return boolean
  */
 public function view()
 {
     return $this->thread->view();
 }