Rev 27 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?phpclass default_html implements iVue {protected $leBlock;function __construct($unBlock){$this->leBlock = $unBlock;}function serialiser(){$this->leBlock->afficher();}}?>