コード例 #1
0
 /**
  * @return bool
  */
 public function beforeValidate()
 {
     if (!$this->validateAttributes()) {
         return false;
     }
     return parent::beforeValidate();
 }
コード例 #2
0
 /**
  * @return bool
  */
 public function beforeValidate()
 {
     if (!$this->validateRecipients()) {
         return false;
     }
     return parent::beforeValidate();
 }