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