Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1552 Rev 1553
Line 71... Line 71...
71
	    $plantuse ['meta'] = $meta [0];
71
	    $plantuse ['meta'] = $meta [0];
72
	    $plantuse ['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('plantuse');
72
	    $plantuse ['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('plantuse');
73
	    $this->donnees['plantuse'] = $plantuse;
73
	    $this->donnees['plantuse'] = $plantuse;
74
	}
74
	}
Line -... Line 75...
-
 
75
	
-
 
76
	private function mettreEnFormePlantUse($texte) {
-
 
77
	    $texte = str_replace("*", "", $texte);
-
 
78
	    $liste = explode("\n", $texte);
-
 
79
	    return $liste;
-
 
80
	}
75
	
81
	
76
	public function getBloc() {
82
	public function getBloc() {
77
		$nt = $this->nomCourant->getNomRetenu()->get('num_taxonomique');
83
		$nt = $this->nomCourant->getNomRetenu()->get('num_taxonomique');
78
		$projet = Config::get($this->referentiel.'.referentielVerna');
84
		$projet = Config::get($this->referentiel.'.referentielVerna');
79
		if ($projet != "") {
85
		if ($projet != "") {