Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 476 Rev 495
Line 25... Line 25...
25
		return $urls;
25
		return $urls;
26
	}
26
	}
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
		$donnees = $this->chargerDonnees($url);
-
 
31
		$images = (isset($donnees['resultats'])) ? $donnees['resultats'] : array();
30
		return $this->chargerDonnees($url);
32
		return $images;
Line 31... Line 33...
31
	}
33
	}
32
	
34
 
33
	public function getInfosImageParIdImage($id_image) {
35
	public function getInfosImageParIdImage($id_image) {