Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 769 Rev 776
Line 83... Line 83...
83
	
83
	
84
	public function getApiGraphiques() {
84
	public function getApiGraphiques() {
85
		$graphique = new Graphiques();
85
		$graphique = new Graphiques();
86
		return $graphique;
86
		return $graphique;
-
 
87
	}
-
 
88
	
-
 
89
	public function getApiSyntaxons() {
-
 
90
		$syntaxon = new Syntaxons();
-
 
91
		return $syntaxon;
Line 87... Line 92...
87
	}
92
	}
88
 
93
 
89
	public function getApiMetaDonnees() {
94
	public function getApiMetaDonnees() {
90
		$meta = new MetaDonnees();
95
		$meta = new MetaDonnees();