police = new Police(); } public function index() { $lienEtat = $this->requete->getParametreFormulaire("lienEtat"); $idAvenant = $this->requete->getParametreFormulaire("idAvenant"); $debutStat = $this->requete->getParametreDate("debutStat"); $finStat = $this->requete->getParametreDate("finStat"); $numeroAvenant = $this->police->getNumeroAvenant($idAvenant); $_SESSION['numeroAvenant_cp'] = $numeroAvenant; $_SESSION['debutStat'] = $debutStat; $_SESSION['finStat'] = $finStat; require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/'.$lienEtat.'.php'; } }