menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Consultercollege'); $this->college_temp = new College_temp(); // $this->produit = (new Produit())->getListe(); $this->produit = new Produit(); $this->rachattm = (new Ouinon())->getListe(); $this->reseausoins = new Reseausoins(); $this->tarifacte = new Tarifsactes(); $this->periodicite = new periodicite(); } public function index() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Consultercollegeindex.php'; } }