Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 340 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 340 Rev 379
Line 35... Line 35...
35
		
35
		
36
		return $donnees;
36
		return $donnees;
Line 37... Line 37...
37
	}
37
	}
38
 
38
 
39
	public function obtenirDonnees() {
39
	public function obtenirDonnees() {
40
		$donnees['taxons_sup'] = $this->getTaxonsSuperieurs();
40
		$donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
41
		$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
41
		$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
42
		$this->meta->setProjet('bdtfx');
42
		$this->meta->setProjet('bdtfx');
43
		$meta = $this->meta->getMetaDonnees();
43
		$meta = $this->meta->getMetaDonnees();