menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Gcassureur"); $this->gc = new Gestionconfiee(); $_SESSION['modeDevis'] = "0"; } public function index() { $type = $this->gc->getListeTypeGarant(); $gcs = $this->gc->getGcAssureurs(); $this->genererVue(array( 'gcs' => $gcs, 'typegc' => $type )); } }