carte = new Carteassure(); } public function index() { } public function societe() { $this->carte->notificationnocartegroupesociete(); } public function police() { $this->carte->notificationnocartegroupepolice(); } public function adherent() { $this->carte->notificationnocartegroupeadherent(); } public function nocarte() { $this->carte->notificationnocarte(); } }