Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 475 → Rev 474

/trunk/metier/api_0.1/Images.php
29,12 → 29,6
$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');