Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 317 Rev 339
Line 12... Line 12...
12
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
12
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
13
 * @version		$Id$
13
 * @version		$Id$
14
 */
14
 */
15
class Images extends Eflore {
15
class Images extends Eflore {
Line -... Line 16...
-
 
16
	
16
	
17
	//TODO: créer des fonctions spécifiques cel et photoflora pour plus de clarté ?
17
	public function getUrlsImagesParIdsNoms(Array $idsNoms) {
18
	public function getUrlsImagesParIdsNoms(Array $idsNoms) {
18
		$infosImages = $this->getInfosImagesParIdsNoms($idsNoms);
19
		$infosImages = $this->getInfosImagesParIdsNoms($idsNoms);
19
		$urls = array();
20
		$urls = array();
20
		foreach ($infosImages['resultats'] as $img) {
21
		foreach ($infosImages['resultats'] as $img) {