Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 697 Rev 883
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
		$donnees['widget']['nt'] = $this->nomCourant->getNt();
37
		$donnees['widget']['nn'] = $this->nomCourant->getNnr();
37
		return $donnees;
38
		return $donnees;
Line 38... Line 39...
38
	}
39
	}
39
 
40