Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 27 → Rev 36

/trunk/serveur/bibliotheque/interfaces/eflore_vue.interface.php
1,6 → 1,6
<?
<?php
interface iVue {
function __construct($unBlock);
function __construct($un_block);
function serialiser();
};
?>
/trunk/serveur/bibliotheque/interfaces/eflore_model.interface.php
1,6 → 1,6
<?
<?php
interface iModel {
function __construct($aConn);
function __construct($une_connexion);
function contruire();
function recupererBlockDeDonnees();
};