Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Details | Last modification | View Log | RSS feed

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