Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 349 Rev 387
Line 73... Line 73...
73
 
73
 
74
	public function getApiTextes() {
74
	public function getApiTextes() {
75
		$textes = new Textes();
75
		$textes = new Textes();
76
		return $textes;
76
		return $textes;
-
 
77
	}
-
 
78
	
-
 
79
	public function getApiWikini() {
-
 
80
		$wiki = new Wikini();
-
 
81
		return $wiki;
Line 77... Line 82...
77
	}
82
	}
78
 
83
 
79
	public function getApiMetaDonnees() {
84
	public function getApiMetaDonnees() {
80
		$meta = new MetaDonnees();
85
		$meta = new MetaDonnees();