motifecxlusionprestation = new Motifecxlusionprestation(); } public function index() { } public function motifrejet() { $idPrestation = $this->requete->getParametreFormulaire("idPrestation"); $codeMotifRejet = $this->requete->getParametreFormulaire("codeMotifRejet"); $libellemotifRejet = $this->requete->getParametreFormulaire("libellemotifRejet"); $motifrejets = $this->motifecxlusionprestation->getListe(); $this->genererVueAjax(array('idPrestation' => $idPrestation, 'codeMotifRejet' => $codeMotifRejet, 'libellemotifRejet' => $libellemotifRejet, 'motifrejets' => $motifrejets)); } public function motifexclusion() { $idPrestation = $this->requete->getParametreFormulaire("idPrestation"); $codeMotifExclusion = $this->requete->getParametreFormulaire("codeMotifExclusion"); $libelleMotifExclusion = $this->requete->getParametreFormulaire("libelleMotifExclusion"); $motifecxlusions = $this->motifecxlusionprestation->getListe(); $this->genererVueAjax(array('idPrestation' => $idPrestation, 'codeMotifExclusion' => $codeMotifExclusion, 'libelleMotifExclusion' => $libelleMotifExclusion, 'motifecxlusions' => $motifecxlusions)); } }