Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 708 → Rev 709

/trunk/modules/fiche/formateurs/Description.php
111,7 → 111,7
return $donnees;
}
 
private function getWikipedia() {
public function getWikipedia() {
$wp = array();
$this->textes->setProjet('wikipedia');
$this->textes->setId($this->getIdWp());
138,6 → 138,12
$wikini['description'] = $this->wikini->getTexteFormate($page_wiki, 'description');
return $wikini;
}
public function getLienWikini() {
$referentiel = $this->conteneur->getParametre('referentiel');
$num_tax = $this->nomCourant->getNomSelectionne()->get('num_taxonomique');
return $this->wikini->getUrlPageWiki($referentiel, $num_tax);
}
 
private function getCoste() {
$coste = array();