示例#1
0
文件: ShowThread.php 项目: poppen/p2
 /**
  * 特定レスの透明あぼーんチェック
  *
  * @access  protected
  * @return  boolean
  */
 function abornResCheck($resnum)
 {
     $t = $this->thread;
     return NgAbornCtl::abornResCheck($t->host, $t->bbs, $t->key, $resnum);
 }