menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Facturationgarant"); $this->facture = new Facturegarant(); } public function index() { $this->facture->initFiltreFactureGarant(); $listeGarants = $this->facture->getFactureGarant(); $nbreGarantsSelection = $this->facture->getNbreGarantsSelection(); $choixTousGarant = $this->facture->getChoixTousGarants(); $listeNatureFacture = $this->facture->getNatureFactureGarantTemp(); $nbreNatureFacSelection = $this->facture->getNbreNatureFactureSelection(); $choixToutesNaturesFacture = $this->facture->getChoixToutesNaturesFacture(); $this->genererVue(array('listeGarants' => $listeGarants, 'listeNatureFacture' => $listeNatureFacture, 'choixTousGarant' => $choixTousGarant, 'nbreGarantsSelection' => $nbreGarantsSelection, 'nbreNatureFacSelection' => $nbreNatureFacSelection, 'choixToutesNaturesFacture' => $choixToutesNaturesFacture )); } }