menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Compositiontarifactessouscripteur'); $this->tarif = new Tarifsactes(); $this->familleacte = new Familleacte(); } public function index() { $tarifs = $this->tarif->getTarifSpecial(); $familleacte = $this->familleacte->getListeComposanteTarif(); $chemin = $this->menuvue->getChemin('Compositiontarifactessouscripteur'); $this->genererVue(array('tarifs' => $tarifs, 'familleacte' => $familleacte, 'chemin' => $chemin)); } }