Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 560 Rev 712
Line 305... Line 305...
305
	
305
	
Line 306... Line 306...
306
	abstract function changerValeursSVG();
306
	abstract function changerValeursSVG();
307
	
307
	
-
 
308
	public function recupererOntologies($valeur, $champs){
308
	public function recupererOntologies($valeur, $champs){
309
		$url = $this->ajouterHref('ontologies',$this->champs_ontologiques[$champs].':'.urlencode(urlencode($valeur)));
-
 
310
		try {
-
 
311
			$val = $this->consulterHref($url);
-
 
312
		} catch (Exception $e) {
309
		$url = $this->ajouterHref('ontologies',$this->champs_ontologiques[$champs].':'.urlencode(urlencode($valeur)));
313
			$val = "";
310
		$val = $this->consulterHref($url);
314
		}
Line 311... Line 315...
311
		return $val;
315
		return $val;
312
	}
316
	}