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