Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 337 | Rev 422 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 337 Rev 389
Line 23... Line 23...
23
		$this->nomCourant = $this->conteneur->getNomCourant();
23
		$this->nomCourant = $this->conteneur->getNomCourant();
24
	}
24
	}
Line 25... Line 25...
25
 
25
 
26
	public function obtenirDonnees() {
26
	public function obtenirDonnees() {
-
 
27
		$donnees = array();
-
 
28
		
-
 
29
		$nt = $this->conteneur->getNomCourant()->getNomRetenu()->get('num_taxonomique');
27
		$donnees = array();
30
		$donnees['infos'] = array('referentiel' => $this->conteneur->getParametre('referentiel'), 'num_tax' => $nt);
28
		$illustrations = new Illustrations($this->conteneur);
31
		$illustrations = new Illustrations($this->conteneur);
29
		$donnees['illustration'] = $illustrations->getBloc();
32
		$donnees['illustration'] = $illustrations->getBloc();
30
		$repartition = new Repartition($this->conteneur);
33
		$repartition = new Repartition($this->conteneur);
31
		$donnees['repartition'] = $repartition->getBloc();
34
		$donnees['repartition'] = $repartition->getBloc();