Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Regard whitespace Rev 38 → Rev 39

/trunk/serveur/bibliotheque/classes/eflore_block_de_donnees.class.php
54,6 → 54,11
array_push($this->collectionBlocksfils, $collection_block);
}
function recupererCollectionBlockFils()
{
return $this->collectionBlocksfils;
}
function afficherPattern($chemin, $fonction)
{
if ($chemin == $this->identifiant) {
75,8 → 80,7
function afficher()
{
echo '<ol>';
foreach($this->donnees as $key => $value)
{
foreach ($this->donnees as $key => $value) {
echo '<li>'.$key.' : '.$value;
}
echo '</ol>';