Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1019 Rev 1088
Line 119... Line 119...
119
				$this->formaterMetaPhotos($projet);
119
				$this->formaterMetaPhotos($projet);
120
			}
120
			}
121
		}
121
		}
122
	}
122
	}
Line -... Line 123...
-
 
123
 
-
 
124
	// XXX: webservice:
123
	
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));