Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 303 Rev 349
Line 48... Line 48...
48
 
48
 
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
	}
-
 
53
	
-
 
54
	public function getApiBiblioBota() {
-
 
55
		$biblioBota = new BiblioBota();
-
 
56
		return $biblioBota;
Line 52... Line 57...
52
	}
57
	}
53
 
58
 
54
	public function getApiImages() {
59
	public function getApiImages() {
55
		$images = new Images();
60
		$images = new Images();