menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Garantieproduitlienparente'); $this->produit = (new Produit())->getListeProduit(); $this->lienparente = (new Lienparente())->getListe(); } public function index() { $chemin = $this->menuvue->getChemin('Garantieproduitlienparente'); $this->genererVue(array('produit' => $this->produit, 'lienparente' => $this->lienparente, 'chemin' => $chemin)); } }