Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 455 Rev 511
Line 31... Line 31...
31
	}
31
	}
Line 32... Line 32...
32
 
32
 
33
	public function obtenirDonnees() {
33
	public function obtenirDonnees() {
34
		$donnees['chorodep'] = $this->getChorodep();
34
		$donnees['chorodep'] = $this->getChorodep();
-
 
35
		$donnees['eflore'] = $this->getEflore();
35
		$donnees['eflore'] = $this->getEflore();
36
		$donnees['widget']['nt'] = $this->nomCourant->getNt();
36
		return $donnees;
37
		return $donnees;
Line 37... Line 38...
37
	}
38
	}
38
 
39