menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Creeruserassureur'); $this->langue = new Langue(); $this->oui_non = new Ouinon(); $this->utilisateur = new Utilisateur(); } public function index() { $langue = $this->langue->getListe(); $user_actVisible = $this->oui_non->getListe(); $profil = $this->utilisateur->getListeProfilCode(); $user_AffectionVisible = $this->oui_non->getListe(); $this->genererVue(array('profil' => $profil, 'langue' => $langue, 'user_actVisible' => $user_actVisible, 'user_AffectionVisible' => $user_AffectionVisible)); } }