acte = new Detailtarifacte(); $this->garantie = new Garantiesbaremepriseencharge(); } public function index() { $codeActe = $this->requete->getParametreFormulaire("codeActe"); $idBeneficiaire = $_SESSION['p_idBeneficiaire_C']; $codeGarantie = "HOS"; $datePrestation = $_SESSION['datePrestation']; $this->garantie->getsourcebaremegarantienew($idBeneficiaire, $codeGarantie, $datePrestation); //var_dump($idBeneficiaire,$codeActe,$codeGarantie); $statut = $this->garantie->getstatutacte($idBeneficiaire, $codeActe, $codeGarantie); $this->genererVueAjax(array('statut' => $statut, 'codeActe' => $codeActe)); } }