menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Testerpaiementmobile'); $this->societeusercentral = new societeusercentral(); } public function index() { $codeSociete = $_SESSION['codeSociete']; $parammobile = $this->societeusercentral->getSocieteusersPaiementMobile($codeSociete); $withdrawmodes = $this->societeusercentral->getWithdrawMode($codeSociete); $this->genererVue(array('parammobile' => $parammobile, 'withdrawmodes' => $withdrawmodes)); } }