Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 35 → Rev 34

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