Пример #1
0
 /**
  * Dado el usuario actual carga aquellas restricciones aplicables a los componentes del item actual
  *
  */
 function cargar_info_restricciones()
 {
     $this->rf_pantallas = toba_proyecto_implementacion::get_rf_pantallas($this->item[0], $this->item[1], $this->id_restricciones);
     $this->rf_eis = toba_proyecto_implementacion::get_rf_eis($this->item[0], $this->item[1], $this->id_restricciones);
     $this->rf_eventos = toba_proyecto_implementacion::get_rf_eventos($this->item[0], $this->item[1], $this->id_restricciones);
     $this->rf_cuadro_cols = toba_proyecto_implementacion::get_rf_cuadro_cols($this->item[0], $this->item[1], $this->id_restricciones);
     $this->rf_form_efs = toba_proyecto_implementacion::get_rf_form_efs($this->item[0], $this->item[1], $this->id_restricciones);
     $this->rf_filtro_cols = toba_proyecto_implementacion::get_rf_filtro_cols($this->item[0], $this->item[1], $this->id_restricciones);
 }