/trunk/modules/fiche/formateurs/Synthese.php |
---|
25,6 → 25,9 |
public function obtenirDonnees() { |
$donnees = array(); |
$nt = $this->conteneur->getNomCourant()->getNomRetenu()->get('num_taxonomique'); |
$donnees['infos'] = array('referentiel' => $this->conteneur->getParametre('referentiel'), 'num_tax' => $nt); |
$illustrations = new Illustrations($this->conteneur); |
$donnees['illustration'] = $illustrations->getBloc(); |
$repartition = new Repartition($this->conteneur); |