Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 27 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?php
interface iVue {
    function __construct($un_block);
    function serialiser();
};
?>