Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1351 Rev 1356
Line 43... Line 43...
43
	public function obtenirDonnees() {
43
	public function obtenirDonnees() {
44
		$donnees = array();
44
		$donnees = array();
45
		$this->getWikipedia();
45
		$this->getWikipedia();
46
		$this->getWikini();
46
		$this->getWikini();
47
		$this->getDescriptionsDependantesReferentiel($this->referentiel);
47
		$this->getDescriptionsDependantesReferentiel($this->referentiel);
-
 
48
		if ($this->referentiel == 'bdtfx') {
48
		$this->getCoste();
49
			$this->getCoste();
-
 
50
		}
49
		return $this->donnees;
51
		return $this->donnees;
50
	}
52
	}
Line 51... Line 53...
51
 
53
 
52
	public function obtenirDonneesExport() {
54
	public function obtenirDonneesExport() {