Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 806 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 806 Rev 1245
Line 35... Line 35...
35
		return $this->chargerDonnees($url);
35
		return $this->chargerDonnees($url);
36
	}
36
	}
Line 37... Line 37...
37
	
37
	
38
	public function getUrlSyntaxonsCatminat() {
38
	public function getUrlSyntaxonsCatminat() {
39
		$tpl = Config::get('syntaxonsCatminat');
39
		$tpl = Config::get('syntaxonsCatminat');
40
		$params = array( 'code' => urlencode($this->catminat));
40
		$params = array( 'code' => $this->catminat);
41
		$url = $this->formaterUrl($tpl, $params);
41
		$url = $this->formaterUrl($tpl, $params);
42
		return $url;
42
		return $url;
Line 43... Line 43...
43
	}
43
	}