Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 130 Rev 317
Line 11... Line 11...
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
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 {
16
 
16
	
17
	public function getUrlsImagesParIdsNoms(Array $idsNoms) {
17
	public function getUrlsImagesParIdsNoms(Array $idsNoms) {
18
		$infosImages = $this->getInfosImagesParIdsNoms($idsNoms);
18
		$infosImages = $this->getInfosImagesParIdsNoms($idsNoms);
19
		$urls = array();
19
		$urls = array();
20
		foreach ($infosImages['resultats'] as $img) {
20
		foreach ($infosImages['resultats'] as $img) {
21
			$id = $img['determination.nom_sci.code'];
21
			$id = $img['determination.nom_sci.code'];