Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 989 Rev 1013
Line 40... Line 40...
40
		$this->donnees['urls'] = $this->appUrls;
40
		$this->donnees['urls'] = $this->appUrls;
41
		return $this->donnees;
41
		return $this->donnees;
42
	}
42
	}
Line 43... Line 43...
43
	
43
	
44
	public function obtenirDonneesExport() {
-
 
45
		$donnees = array();
44
	public function obtenirDonneesExport() {
46
		$this->getWikini();
45
		$donnees['wikini'] = $this->getWikini();
47
		$this->getBaseflorExport();
46
		$donnees['baseflor'] = $this->getBaseflorExport();
48
		$this->getBaseveg();
47
		$donnees['baseveg'] = $this->getBaseveg();
49
		return $this->donnees;
48
		return $donnees;
Line 50... Line 49...
50
	}
49
	}
51
	
50
	
52
	public function getBaseflorCatminat($depart, $limite) {
51
	public function getBaseflorCatminat($depart, $limite) {