Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1145 → Rev 1144

/trunk/metier/api_0.1/Noms.php
29,7 → 29,8
}
 
public function getNom($nn) {
return $this->chargerDonnees($this->getUrlNom($nn));
$url = $this->getUrlNom($nn);
return $this->chargerDonnees($url);
}
 
/trunk/metier/api_0.1/MetaDonnees.php
21,7 → 21,6
 
public function getMetaDonnees() {
$url = $this->getUrlMetaDonnees();
// XXX: request ontologies
return $this->chargerDonnees($url);
}