menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Contenuprofilass'); $this->utilisateur = new Utilisateur(); } public function index() { $profil = $this->utilisateur->getListeProfilCode(); $this->genererVue(array('profil' => $profil)); } }