Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 276 → Rev 275

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