Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 35 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?

class default_html implements iVue {

        protected $leBlock;

        function __construct($unBlock)
        {
                $this->leBlock = $unBlock;
        }
        
        function serialiser()
        {
                $this->leBlock->afficher();
        }
}
?>