コード例 #1
0
ファイル: kunenadiscuss.php プロジェクト: 810/Kunena-Addons
 /**
  * Check if the user will have captcha or not
  *
  * @return bool
  */
 public function hasCaptcha()
 {
     return $this->user->canDoCaptcha();
 }