Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 467 → Rev 468

/trunk/modules/fiche/formateurs/Classification.php
38,6 → 38,9
 
public function obtenirDonnees() {
$donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
$donnees['taxon_courant']['rang.libelle'] = $this->nomCourant->getNomRetenu()->get('rang.libelle');
$donnees['taxon_courant']['nom_sci'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
$donnees['taxon_courant']['num_nom'] = $this->nomCourant->getNomRetenu()->get('id');
$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
$this->meta->setProjet('bdtfx');
$meta = $this->meta->getMetaDonnees();