Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev Author Line No. Line
36 jpm 1
<?php
27 jpm 2
interface iVue {
36 jpm 3
    function __construct($un_block);
27 jpm 4
    function serialiser();
5
};
6
?>