Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 35 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
27 jpm 1
<?
2
 
3
class default_html implements iVue {
4
 
5
	protected $leBlock;
6
 
7
	function __construct($unBlock)
8
	{
9
		$this->leBlock = $unBlock;
10
	}
11
 
12
	function serialiser()
13
	{
14
		$this->leBlock->afficher();
15
	}
16
}
17
?>