Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 716 → Rev 717

/trunk/widget/modules/stats/Stats.php
216,12 → 216,4
$json = $this->getDao()->consulter($url);
return (array) json_decode($json);
}
private function recupererUtilisateursNomPrenom($courriels) {
// Récupération des données au format Json
$service = "utilisateur/prenom-nom-par-courriel/".implode(',', $courriels);
$url = sprintf($this->config['chemins']['baseURLServicesAnnuaireTpl'], $service);
$json = $this->getDao()->consulter($url);
return (array) json_decode($json);
}
}