Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 36 → Rev 35

/trunk/serveur/eflore_mv/vues/default_html.php
1,16 → 1,15
<?php
class default_html implements iVue {
protected $le_block;
protected $leBlock;
function __construct($un_block)
function __construct($unBlock)
{
$this->le_block = $un_block;
$this->leBlock = $unBlock;
}
function serialiser()
{
$this->le_block->afficher();
$this->leBlock->afficher();
}
}
?>