Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 35 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
class default_html implements iVue {
    
    protected $le_block;
    
    function __construct($un_block)
    {
        $this->le_block = $un_block;
    }
    
    function serialiser()
    {
        $this->le_block->afficher();
    }
}
?>