Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 275 → Rev 276

/trunk/metier/api_0.1/Cartes.php
68,6 → 68,7
$params = array($this->type => $this->numero);
$url = $this->formaterUrl($tpl, $params);
$donnees = $this->chargerDonnees($url);
return $donnees;
}