Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1019 Rev 1088
Line 118... Line 118...
118
				$this->formaterListePhotos($projet, $images);
118
				$this->formaterListePhotos($projet, $images);
119
				$this->formaterMetaPhotos($projet);
119
				$this->formaterMetaPhotos($projet);
120
			}
120
			}
121
		}
121
		}
122
	}
122
	}
123
	
123
 
-
 
124
	// XXX: webservice:
-
 
125
	// /service:eflore:0.1/cel/images?masque.nn=XXX&referentiel=bdtfx&retour.format=CS&navigation.limite=801
124
	private function initialiserPhotos($projet) {
126
	private function initialiserPhotos($projet) {
125
		$this->images->setProjet($projet);
127
		$this->images->setProjet($projet);
126
		$nnr = $this->nomCourant->getNnr();
128
		$nnr = $this->nomCourant->getNnr();
127
		return $this->images->getInfosImagesParIdsNoms(array($nnr));
129
		return $this->images->getInfosImagesParIdsNoms(array($nnr));
128
	}
130
	}