Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 349 → Rev 348

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