コード例 #1
0
ファイル: captcha.php プロジェクト: jfquestiaux/fabrik
 /**
  * Determine if the element should run its validation plugins on form submission
  *
  * @return  bool    default true
  */
 public function mustValidate()
 {
     if (!$this->canUse() && !$this->canView()) {
         return false;
     }
     return parent::mustValidate();
 }