Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 943 Rev 1145
Line 19... Line 19...
19
		$this->version = $version;
19
		$this->version = $version;
20
	}
20
	}
Line 21... Line 21...
21
 
21
 
22
	public function getMetaDonnees() {
22
	public function getMetaDonnees() {
-
 
23
		$url = $this->getUrlMetaDonnees();
23
		$url = $this->getUrlMetaDonnees();
24
		// XXX: request ontologies
24
		return $this->chargerDonnees($url);
25
		return $this->chargerDonnees($url);
Line 25... Line 26...
25
	}
26
	}
26
 
27