menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Produitreseau'); $this->produit = new Produit(); $this->garant = (new Gestionconfiee())->getListeGarantDansProduit(); } public function index() { $produit = array(); $this->genererVue(array('produit' => $produit, 'garant' => $this->garant)); } }