Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1165 Rev 1187
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
		$this->getCoste();
48
		return $this->donnees;
49
		return $this->donnees;
49
	}
50
	}
Line 50... Line 51...
50
	
51
	
51
	public function obtenirDonneesExport() {
52
	public function obtenirDonneesExport() {