Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 292 → Rev 293

/trunk/bibliotheque/Conteneur.php
71,14 → 71,14
return $meta;
}
 
public function getNomCourrant() {
if (!isset($this->partages['NomCourrant'])){
public function getNomCourant() {
if (!isset($this->partages['NomCourant'])){
$nns = $this->getParametre('num_nom');
$noms = $this->getApiNoms();
$taxons = $this->getApiTaxons();
$this->partages['NomCourrant'] = new NomCourrant($nns, $noms, $taxons);
$this->partages['NomCourant'] = new NomCourant($nns, $noms, $taxons);
}
return $this->partages['NomCourrant'];
return $this->partages['NomCourant'];
}
 
public function getUtilisateur() {