Example #1
0
 private function getParametros(Notificacion $not)
 {
     $parametros = array(':asunto' => $not->getAsunto(), ':mensaje' => $not->getMensaje(), ':destino' => $not->getDestino(), ':fecha_evento' => $not->getFecha_evento(), ':fecha_ingreso' => $not->getFecha_ingreso(), ':hora' => $not->getHora());
     return $parametros;
 }