/[openfoncier]/branches/3.14.x/obj/dossier_instruction.class.php
ViewVC logotype

Contents of /branches/3.14.x/obj/dossier_instruction.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3343 - (show annotations)
Thu Mar 19 17:34:18 2015 UTC (9 years, 10 months ago) by vpihour
File size: 217 byte(s)
Ajout de la branche

1 <?php
2
3 //
4 require_once "dossier.class.php";
5
6 //
7 class dossier_instruction extends dossier {
8
9 function dossier_instruction($id, &$db, $DEBUG) {
10 //
11 $this->constructeur($id, $db, $DEBUG);
12 }
13
14 }
15
16 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26