menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Gclistedesactives"); $this->gc = new Gestionconfiee(); } public function index() { $gcs = $this->gc->getGcAssureursInactifs(); $this->genererVue(array( 'gcs' => $gcs )); } }