Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1092 Rev 1357
Line 38... Line 38...
38
		$this->informations = $this->conteneur->getApiInformations();
38
		$this->informations = $this->conteneur->getApiInformations();
39
		$this->appUrls = $this->conteneur->getAppUrls();
39
		$this->appUrls = $this->conteneur->getAppUrls();
40
	}
40
	}
Line 41... Line 41...
41
	
41
	
-
 
42
	public function getDonnees() {
42
	public function getDonnees() {
43
		if ($this->referentiel == 'bdtfx') {
-
 
44
			$this->getCoste();
43
		$this->getCoste();
45
		}
44
		if (isset($this->CosteFormate['floraison'])) {
46
		if (isset($this->CosteFormate['floraison'])) {
45
			$this->donnees['floraison'] = $this->getIndiceMois($this->CosteFormate['floraison']);
47
			$this->donnees['floraison'] = $this->getIndiceMois($this->CosteFormate['floraison']);
46
		} else {
48
		} else {
47
			$this->getFloraisonBaseflor();
49
			$this->getFloraisonBaseflor();