ouinonfacture = (new Ouinon())->getListe(); $this->ouinonhospit = (new Ouinon())->getListe(); $this->ouinonchirurgie = (new Ouinon())->getListe(); $this->garantie = new Garantie(); } public function index() { $garanties = $this->garantie->getListePourActe(); $this->genererVueAjax(array('garanties' => $garanties,'ouinonhospit' => $this->ouinonhospit, 'ouinonchirurgie' => $this->ouinonchirurgie)); } }