Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 433 | Rev 476 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 433 Rev 475
Line 27... Line 27...
27
 
27
 
28
	public function getInfosImagesParIdsNoms(Array $idsNoms) {
28
	public function getInfosImagesParIdsNoms(Array $idsNoms) {
29
		$url = $this->getUrlImagesParIdsNoms($idsNoms);
29
		$url = $this->getUrlImagesParIdsNoms($idsNoms);
30
		return $this->chargerDonnees($url);
30
		return $this->chargerDonnees($url);
-
 
31
	}
-
 
32
	
-
 
33
	public function getInfosImageParIdImage($id_image) {
-
 
34
		$tpl = Config::get('imagesPopupTpl');
-
 
35
		$url = $this->formaterUrl($tpl, array($id_image));
-
 
36
		return $this->chargerDonnees($url);
Line 31... Line 37...
31
	}
37
	}
32
 
38
 
33
	private function getUrlImagesParIdsNoms($idsNoms) {
39
	private function getUrlImagesParIdsNoms($idsNoms) {
34
		$tpl = Config::get('imagesResultatsDeterminationTpl');
40
		$tpl = Config::get('imagesResultatsDeterminationTpl');