Beispiel #1
0
 public function afterValidate()
 {
     if ($this->isNewRecord) {
         if ($this->wasToday) {
             $this->addError("body", "Нельзя анонсировать переводы чаще, чем один раз в сутки.");
         }
     }
     parent::afterValidate();
 }