Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 360 → Rev 361

/trunk/modules/fiche/formateurs/Repartition.php
32,6 → 32,7
 
public function obtenirDonnees() {
$donnees['chorodep'] = $this->getChorodep();
$donnees['eflore'] = $this->getEflore();
return $donnees;
}
 
50,6 → 51,14
$chorodep['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
return $chorodep;
}
public function getEflore() {
$this->cartes->setProjet('eflore');
$this->cartes->setLargeur('max');
$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
$chorodep['mapUrl'] = $this->cartes->getUrlMap();
return $chorodep;
}
 
public function getBloc() {
$this->cartes->setProjet('chorodep');