menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Liercollegesdevis'); // $this->college = (new Collegepolice_d())->getListe($_SESSION['idPolice_d_C']); $this->college = new Collegepolice_d(); } public function index() { $idPolice = $_SESSION['idPolice_d_C']; $numeroOptionTarif = $_SESSION['numeroOptionTarif']; $college = $this->college->getListeOptionTarifLong($idPolice, $numeroOptionTarif); $this->genererVue(array('college' => $college)); } }