Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 926 → Rev 927

/trunk/bibliotheque/Conteneur.php
42,20 → 42,12
}
 
public function getApiNoms() {
if (isset($this->getParametre('referentiel'))) {
$noms = new Noms($this->getParametre('referentiel'));
} else {
$noms = new Noms($this->getParametre('referentiel_defaut'));
}
return $noms;
}
 
public function getApiTaxons() {
if (isset($this->getParametre('referentiel'))) {
$taxons = new Taxons($this->getParametre('referentiel'));
} else {
$taxons = new Taxons($this->getParametre('referentiel_defaut'));
}
return $taxons;
}