menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Facturerpolice"); $this->beneficiaire = new Beneficiaire(); $this->college = (new Collegepolice())->getListe($_SESSION['idPolice_C']); $this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']); } public function index() { $this->beneficiaire->initfacturationpolice(); $this->genererVue(array('college' => $this->college, 'avenant' => $this->avenant)); } }