Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 942 → Rev 943

/trunk/metier/api_0.1/MetaDonnees.php
20,11 → 20,11
}
 
public function getMetaDonnees() {
$url = $this->getUrlRecherche();
$url = $this->getUrlMetaDonnees();
return $this->chargerDonnees($url);
}
 
private function getUrlRecherche($nom, $typeRech) {
private function getUrlMetaDonnees() {
$tpl = Config::get('metaDonneesTpl');
$params = array('verproj' => 'version.projet', 'version' => $this->version);
$url = $this->formaterUrl($tpl, $params);