Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
27 jpm 1
<?
2
interface iMacroElement {
3
   function __construct($aConn,$parentDataBlock);
4
	function construire();
5
};
6
?>