Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 474 → Rev 475

/trunk/metier/api_0.1/Images.php
29,6 → 29,12
$url = $this->getUrlImagesParIdsNoms($idsNoms);
return $this->chargerDonnees($url);
}
public function getInfosImageParIdImage($id_image) {
$tpl = Config::get('imagesPopupTpl');
$url = $this->formaterUrl($tpl, array($id_image));
return $this->chargerDonnees($url);
}
 
private function getUrlImagesParIdsNoms($idsNoms) {
$tpl = Config::get('imagesResultatsDeterminationTpl');