menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Trancheage'); $this->trancheage = new Trancheage(); $this->garant = (new Gestionconfiee())->getListeGarantDansProduit(); } public function index() { $entetestrancheage = $this->trancheage->geterentetestrancheage(''); $garant = $this->trancheage->getListeGarant(); $_SESSION['successTrancheAge'] = '1'; $_SESSION['messageTrancheAge'] = ''; $this->genererVue(array('entetestrancheage' => $entetestrancheage, 'garant' => $garant)); } }