Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 580 Rev 582
Line 35... Line 35...
35
		$this->appUrls = $this->conteneur->getAppUrls();
35
		$this->appUrls = $this->conteneur->getAppUrls();
36
	}
36
	}
Line 37... Line 37...
37
 
37
 
38
	public function obtenirDonnees() {
38
	public function obtenirDonnees() {
39
		$donnees = array();
39
		$donnees = array();
40
		$donnees['wikipedia'] = $this->getWikipedia();
40
		$donnees['wp'] = $this->getWikipedia();
41
		$donnees['coste'] = $this->getCoste();
41
		$donnees['coste'] = $this->getCoste();
42
		$donnees['wikini'] = $this->getWikini();
42
		$donnees['wikini'] = $this->getWikini();
43
		$donnees['baseflor'] = $this->getBaseflor();
43
		$donnees['baseflor'] = $this->getBaseflor();
44
		return $donnees;
44
		return $donnees;