![]() |
Documentación GVHIDRA 3.1.5
|
Métodos públicos | |
CustomMapping () | |
CustomMapping () | |
CustomMapping () |
Definición en la línea 40 del archivo CustomMapping.php.
CustomMapping | ( | ) |
constructor function
Definición en la línea 45 del archivo CustomMapping.php.
{ /* Peticiones de CIT*/ $this->_AddMapping('IgepPeticiones__iniciarVentana', 'IgepPeticiones'); $this->_AddForward('IgepPeticiones__iniciarVentana', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_peticiones.php'); $this->_AddMapping('IgepPeticiones__buscar', 'IgepPeticiones'); $this->_AddForward('IgepPeticiones__buscar', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_peticiones.php&panel=listar'); $this->_AddForward('IgepPeticiones__buscar', 'gvHidraError', 'index.php?view=igep/custom/cit.gva.es/views/igep_peticiones.php'); $this->_AddMapping('IgepPeticiones__recargar', 'IgepPeticiones'); $this->_AddForward('IgepPeticiones__recargar', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_peticiones.php&panel=listar'); $this->_AddForward('IgepPeticiones__recargar', 'gvHidraError', 'index.php?view=igep/custom/cit.gva.es/views/igep_peticiones.php'); $this->_AddMapping('IgepPeticiones__cancelarTodo', 'IgepPeticiones'); $this->_AddForward('IgepPeticiones__cancelarTodo', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_peticiones.php'); /*Novedades de la Versin de CIT*/ $this->_AddMapping('IgepNovedades__iniciarVentana', 'IgepNovedades'); $this->_AddForward('IgepNovedades__iniciarVentana', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_novedadesVersion.php'); $this->_AddMapping('IgepNovedades__buscar', 'IgepNovedades'); $this->_AddForward('IgepNovedades__buscar', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_novedadesVersion.php&panel=listar'); $this->_AddForward('IgepNovedades__buscar', 'gvHidraNoData', 'index.php?view=igep/custom/cit.gva.es/views/igep_novedadesVersion.php&panel=buscar'); $this->_AddForward('IgepNovedades__buscar', 'gvHidraError', 'index.php?view=igep/custom/cit.gva.es/views/igep_novedadesVersion.php'); $this->_AddMapping('IgepNovedades__cancelarTodo', 'IgepNovedades'); $this->_AddForward('IgepNovedades__cancelarTodo', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_novedadesVersion.php'); $this->_AddMapping('IgepNovedades__editar', 'IgepNovedades'); $this->_AddForward('IgepNovedades__editar', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_novedadesVersion.php&panel=editar'); $this->_AddForward('IgepNovedades__editar', 'gvHidraError', 'index.php?view=igep/custom/cit.gva.es/views/igep_novedadesVersion.php&panel=listar'); $this->_AddMapping('IgepNovedades__cancelarEdicion', 'IgepNovedades'); $this->_AddForward('IgepNovedades__cancelarEdicion', 'gvHidraSuccess', 'index.php?view=igep/custom/cit.gva.es/views/igep_novedadesVersion.php&panel=listar'); $this->_AddMapping('abrirAplicacion', 'CustomMainWindow'); $this->_AddForward('abrirAplicacion', 'gvHidraOpenApp', 'index.php?view=igep/views/aplicacion.php'); $this->_AddForward('abrirAplicacion', 'gvHidraCloseApp', 'index.php?view=igep/views/gvHidraCloseApp.php'); }
CustomMapping | ( | ) |
constructor function
Definición en la línea 45 del archivo CustomMapping.php.
{ $this->_AddMapping('abrirAplicacion', 'CustomMainWindow'); $this->_AddForward('abrirAplicacion', 'gvHidraOpenApp', 'index.php?view=igep/views/aplicacion.php'); $this->_AddForward('abrirAplicacion', 'gvHidraCloseApp', 'index.php?view=igep/views/gvHidraCloseApp.php'); }
CustomMapping | ( | ) |