Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 303 Rev 349
Line 49... Line 49...
49
	public function getApiTaxons() {
49
	public function getApiTaxons() {
50
		$taxons = new Taxons($this->getParametre('referentiel_defaut'));
50
		$taxons = new Taxons($this->getParametre('referentiel_defaut'));
51
		return $taxons;
51
		return $taxons;
52
	}
52
	}
Line -... Line 53...
-
 
53
	
-
 
54
	public function getApiBiblioBota() {
-
 
55
		$biblioBota = new BiblioBota();
-
 
56
		return $biblioBota;
-
 
57
	}
53
 
58
 
54
	public function getApiImages() {
59
	public function getApiImages() {
55
		$images = new Images();
60
		$images = new Images();
56
		return $images;
61
		return $images;