Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 334 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 334 Rev 337
Line 23... Line 23...
23
		$this->nomCourant = $this->conteneur->getNomCourant();
23
		$this->nomCourant = $this->conteneur->getNomCourant();
24
		$this->taxons = $this->conteneur->getApiTaxons();
24
		$this->taxons = $this->conteneur->getApiTaxons();
25
		$this->meta = $this->conteneur->getApiMetaDonnees();
25
		$this->meta = $this->conteneur->getApiMetaDonnees();
26
		$this->appUrls = $this->conteneur->getAppUrls();
26
		$this->appUrls = $this->conteneur->getAppUrls();
27
	}
27
	}
-
 
28
	
-
 
29
	public function getBloc() {
-
 
30
		$donnees['taxons_sup'] = $this->getTaxonsSuperieurs();
-
 
31
		$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
-
 
32
		
-
 
33
		$donnees['taxons_sup'] = array_slice($donnees['taxons_sup'], 0 , 3);
-
 
34
		$donnees['taxons_inf'] = array_slice($donnees['taxons_inf'], 0 , 3);
-
 
35
		
-
 
36
		return $donnees;
-
 
37
	}
Line 28... Line 38...
28
 
38
 
29
	public function obtenirDonnees() {
39
	public function obtenirDonnees() {
30
		$donnees['taxons_sup'] = $this->getTaxonsSuperieurs();
40
		$donnees['taxons_sup'] = $this->getTaxonsSuperieurs();
31
		$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
41
		$donnees['taxons_inf'] = $this->getTaxonsInferieurs();