Ejemplo n.º 1
0
 /**
  * Notificacion
  */
 public function notificacion_cargar($evento)
 {
     Notification::warning(Notification::KEY_FEEDBACK, $this->id_usuario_destino, $this->id);
 }