Ejemplo n.º 1
0
 /**
  * @param  mixed $notificationType
  * @param  \Observable $caller
  * @return void
  */
 public function notify($notificationType, \Observable $caller)
 {
     if ($notificationType == \Model::TAG_CHANGED) {
         \EventHandler::trigger('etag.change', [$caller->getLastReturnTag()]);
     }
 }