Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 262 → Rev 263

/trunk/modules/fiche/formateurs/Repartition.php
20,10 → 20,14
$this->serviceMetaDonneesChorodep = new MetaDonnees('chorodep');
}
public function getUrlImage() {
return $this->serviceChorodep->getUrlImage();
public function getUrlDataSvg() {
return $this->serviceChorodep->getUrlDataSvg();
}
public function getUrlPng() {
return $this->serviceChorodep->getUrlPng();
}
public function getLegende () {
return $this->serviceChorodep->getLegende();
}