Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 478 → Rev 477

/trunk/scripts/bibliotheque/Conteneur.php
43,7 → 43,7
 
public function getEfloreCommun() {
if (!isset($this->partages['EfloreCommun'])){
$this->partages['EfloreCommun'] = new EfloreCommun($this);
$this->partages['EfloreCommun'] = new EfloreCommun();
}
return $this->partages['EfloreCommun'];
}
61,12 → 61,5
}
return $this->partages['RestClient'];
}
 
public function getBdd() {
if (!isset($this->partages['Bdd'])){
$this->partages['Bdd'] = new Bdd();
}
return $this->partages['Bdd'];
}
}
?>