Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 543 Rev 574
Line 78... Line 78...
78
 
78
 
79
	public function getApiWikini() {
79
	public function getApiWikini() {
80
		$wiki = new Wikini();
80
		$wiki = new Wikini();
81
		return $wiki;
81
		return $wiki;
-
 
82
	}
-
 
83
	
-
 
84
	public function getApiGraphiques() {
-
 
85
		$graphique = new Graphiques();
-
 
86
		return $graphique;
Line 82... Line 87...
82
	}
87
	}
83
 
88
 
84
	public function getApiMetaDonnees() {
89
	public function getApiMetaDonnees() {
85
		$meta = new MetaDonnees();
90
		$meta = new MetaDonnees();