Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 845 Rev 979
Line 74... Line 74...
74
		return ($this->identites && isset($this->identites[$courriel])) ? true : false;
74
		return ($this->identites && isset($this->identites[$courriel])) ? true : false;
75
	}
75
	}
Line 76... Line 76...
76
 
76
 
77
	private function getIdentites($courriels) {
77
	private function getIdentites($courriels) {
-
 
78
		// consulterServiceAnnuaire
78
		// consulterServiceAnnuaire
79
		$courriels = array_unique($courriels);
79
		$utilisateursInfos = json_decode($this->clientRest->consulter(sprintf(self::TPL_URL_WS_ANNUAIRE,
80
		$utilisateursInfos = json_decode($this->clientRest->consulter(sprintf(self::TPL_URL_WS_ANNUAIRE,
80
																			  implode(',', $courriels))),
81
																			  implode(',', $courriels))),
81
										 true);
82
										 true);
82
		return self::extraireIdentites($utilisateursInfos, $this->courriels);
83
		return self::extraireIdentites($utilisateursInfos, $this->courriels);