Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 293 Rev 303
Line 59... Line 59...
59
	public function getApiCartes() {
59
	public function getApiCartes() {
60
		$cartes = new Cartes();
60
		$cartes = new Cartes();
61
		return $cartes;
61
		return $cartes;
62
	}
62
	}
Line -... Line 63...
-
 
63
 
-
 
64
	public function getApiNomsVernaculaires() {
-
 
65
		$nomsVernaculaires = new NomsVernaculaires();
-
 
66
		return $nomsVernaculaires;
-
 
67
	}
63
 
68
 
64
	public function getApiTextes() {
69
	public function getApiTextes() {
65
		$textes = new Textes();
70
		$textes = new Textes();
66
		return $textes;
71
		return $textes;