コード例 #1
0
ファイル: Tags.php プロジェクト: albertborsos/yii2-tagger
 public function beforeValidate()
 {
     if (parent::beforeValidate()) {
         return true;
     } else {
         return false;
     }
 }
コード例 #2
0
 public function beforeValidate()
 {
     if (parent::beforeValidate()) {
         $this->status = self::STATUS_ACTIVE;
         return true;
     } else {
         return false;
     }
 }