produit = (new Produit())->getListe(); $this->etatpolice = (new Etatpolice())->getListe(); $this->lienparente = (new Lienparente())->getListe(); $this->sexe = (new Sexe())->getListe(); $this->etatbeneficiaire = (new Etatpersonne())->getListe(); $this->ouinondecede = (new Ouinon())->getListe(); } public function index() { $this->genererVueAjax(array('produit' => $this->produit, 'etatpolice' => $this->etatpolice, 'lienparente' => $this->lienparente, 'sexe' => $this->sexe, 'etatbeneficiaire' => $this->etatbeneficiaire, 'ouinondecede' => $this->ouinondecede)); } }