menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Pagetmpoliceacteprestataire'); $this->police = new Police(); } public function index() { $polices = $this->police->getListePoliceTarifAutre(); $tmpolice = $this->police->getTmpoliceacteprestataire(); $codeGarantie = "HOS"; $garanties = $this->police->getgarantiehospit($codeGarantie); $chemin = $this->menuvue->getChemin('Pagetmpoliceacteprestataire'); $this->genererVue(array( 'polices' => $polices, 'tmpolice' => $tmpolice, 'garanties' => $garanties ,'chemin' => $chemin )); } }