Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 34 → Rev 156

/trunk/bibliotheque/dao/SyndicationDao.php
12,7 → 12,7
* @version SVN: $Id$
*
*/
class SyndicationDao extends ColModele {
class SyndicationDao extends Dao {
const SERVICE = 'CoelSyndication';
/**
22,7 → 22,7
*/
public function getListeDesFlux() {
$url = $this->url_jrest.self::SERVICE.'/liste_des_flux';
$json = file_get_contents($url);
$json = $this->envoyerRequeteConsultation($url);
$donnees = json_decode($json, true);
return $donnees;
}