menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Baremeaccessoiregarant"); $this->bareme = new Baremeaccessoiregarant(); $this->garant = (new Gestionconfiee())->getListe(); } public function index() { $this->genererVue(array('garant' => $this->garant)); } }