コード例 #1
0
ファイル: member.php プロジェクト: nemein/openpsa
 /**
  * Wrapped so we can hook notifications
  */
 function update($notify = true, $event = false)
 {
     if ($notify) {
         $this->notify('update', $event);
     }
     return parent::update();
 }