Exemple #1
0
 public function before_update()
 {
     Observer::notify('user_before_update', $this);
     return parent::before_update();
 }