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