Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 602 Rev 636
Line 26... Line 26...
26
		return $this->chargerDonnees($url);
26
		return $this->chargerDonnees($url);
27
	}
27
	}
Line 28... Line 28...
28
	
28
	
29
	public function getInformationsEcologie() {
29
	public function getInformationsEcologie() {
30
		$url = $this->getUrlInformation();
30
		$url = $this->getUrlInformation();
31
		$url .= '?champs=ecologie';
31
		$url .= '?categorie=ecologie';
32
		return $this->chargerDonnees($url);
32
		return $this->chargerDonnees($url);
Line 33... Line 33...
33
	}
33
	}
34
	
34
	
35
	public function getInformationsDescription() {
35
	public function getInformationsDescription() {
36
		$url = $this->getUrlInformation();
36
		$url = $this->getUrlInformation();
37
		$url .= '?champs=description';
37
		$url .= '?categorie=description';
Line 38... Line 38...
38
		return $this->chargerDonnees($url);
38
		return $this->chargerDonnees($url);
39
	}
39
	}