menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Fichegcassureur"); $this->gc = new Gestionconfiee(); $this->police = new Police(); $_SESSION['modeDevis'] = "0"; } public function index() { $idGc = $this->requete->getParametreFormulaire("id"); $gc = $this->gc->getGcAssureurId($idGc); $codeGcAssureur = $_SESSION['codeGcAssureur_C']; $polices = $this->police->getPolicesDuGarant($codeGcAssureur); $this->genererVue(array('gc' => $gc, 'polices' => $polices )); } }