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