Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 348 → Rev 349

/trunk/bibliotheque/Conteneur.php
50,6 → 50,11
$taxons = new Taxons($this->getParametre('referentiel_defaut'));
return $taxons;
}
public function getApiBiblioBota() {
$biblioBota = new BiblioBota();
return $biblioBota;
}
 
public function getApiImages() {
$images = new Images();