Beispiel #1
0
 private function getParametrosDat(Estudiante $est)
 {
     $parametros = array(':idPersona' => $est->getIdPersona(), ':tipoDocumento' => $est->getTipoDocumento(), ':lugarExpedicion' => $est->getLugarExpedicion(), ':fechaExpedicion' => $est->getFechaExpedicion(), ':tipoSanguineo' => $est->getTipoSanguineo(), ':eps' => $est->getEps(), ':institucionProcedencia' => $est->getInstProcedencia());
     return $parametros;
 }