Blame | Last modification | View Log | RSS feed
<?php interface iVue { function __construct($un_block); function serialiser(); }; ?>
<?php
interface iVue {
function __construct($un_block);
function serialiser();
};
?>