menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Accueil'); $this->synthese = new Synthese(); } public function index() { // KPIs $kpis = $this->synthese->getKpis(); $this->genererVue( array ( 'kpis' => $kpis ) ); } }