Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1352 Rev 1357
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() {