menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Nouveluserrh'); $this->client = new Client(); $this->langue = new Langue(); $this->oui_non = new Ouinon(); $this->societeuser = new Societeuser(); } public function index() { $idClient = $_SESSION['idClient_C']; //$gc = $this->client->getGcAssureurCode($codeGcAssureur); $langue = $this->langue->getListe(); $user_actVisible = $this->oui_non->getListe(); $user_AffectionVisible = $this->oui_non->getListe(); $user_profil = $this->client->getListeProfilRh(); $paramsgenerationpass = $this->societeuser->getparamsgenerationpass(); $modeenvoipass = $this->societeuser->getmodeenvoipass(); $modegenerationpass = $this->societeuser->getmodegenerationpass(); $this->genererVue(array( //'gc' => $gc, 'langue' => $langue, 'user_actVisible' => $user_actVisible, 'paramsgenerationpass' => $paramsgenerationpass, 'modeenvoipass' => $modeenvoipass, 'modegenerationpass' => $modegenerationpass, 'user_AffectionVisible' => $user_AffectionVisible, 'user_profil' => $user_profil )); } }