menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Compositiontarifactespoliceprestataire'); $this->tarif = new Tarifsactes(); $this->familleacte = new Familleacte(); $this->police = new Police(); $this->prestataire = new Prestataire(); } public function index() { $tarifs = $this->tarif->getTarifPolicePrestataire(); $familleacte = $this->familleacte->getListeComposanteTarif(); $polices = $this->police->getListePoliceTarifAutre(); $prestataires = $this->prestataire->getListePrestataireTarifAutre(); $this->genererVue(array('tarifs' => $tarifs, 'familleacte' => $familleacte, 'polices' => $polices, 'prestataires' => $prestataires )); } }