Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 433 Rev 475
Line 28... Line 28...
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
	}
31
	}
Line -... Line 32...
-
 
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);
-
 
37
	}
32
 
38
 
33
	private function getUrlImagesParIdsNoms($idsNoms) {
39
	private function getUrlImagesParIdsNoms($idsNoms) {
34
		$tpl = Config::get('imagesResultatsDeterminationTpl');
40
		$tpl = Config::get('imagesResultatsDeterminationTpl');
35
		$params = array('idsNoms' => implode(',', $idsNoms));
41
		$params = array('idsNoms' => implode(',', $idsNoms));
36
		$url = $this->formaterUrl($tpl, $params);
42
		$url = $this->formaterUrl($tpl, $params);