Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 27 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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