Esempio n. 1
0
 public function afterSave()
 {
     // Отправляем уведомления
     $this->sendNotification();
     return parent::afterSave();
 }