Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1820 → Rev 1821

/trunk/services/bibliotheque/Conteneur.php
141,4 → 141,11
}
return $this->partages['utilisateur'];
}
 
public function getSyndicationOutils() {
if (!isset($this->partages['syndicationOutils'])) {
$this->partages['syndicationOutils'] = new SyndicationOutils($this);
}
return $this->partages['syndicationOutils'];
}
}