Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 34 → Rev 35

/trunk/serveur/eflore_mv/vues/default_html.php
1,17 → 1,15
<?
 
<?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();
}
}
?>