/[openfoncier]/trunk/obj/PD.class.php
ViewVC logotype

Annotation of /trunk/obj/PD.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (hide annotations)
Mon Jul 18 15:27:17 2011 UTC (13 years, 6 months ago) by fraynaud
File size: 632 byte(s)
maj version 3.00


1 fraynaud 11 <?php
2     /* $Id: PD.class.php,v 1.9 2009-03-28 15:44:04 fraynaud1 Exp $
3     */
4     require_once ("dossier.class.php");
5    
6     class PD extends dossier{
7    
8 fraynaud 20 var $nature="PD";
9     //var $acces_sig='Non';
10     var $aff_depot = "collapsible";
11     var $aff_travaux = "collapsible";
12     var $aff_instruction = "collapsible";
13     var $aff_demandeur = "startClosed";
14     var $aff_delegataire = "startClosed";
15     var $aff_terrain = "startClosed";
16     var $aff_localisation = "collapsible";
17     var $aff_description = "startClosed";
18 fraynaud 11
19    
20 fraynaud 20 function PD($id,&$db,$DEBUG) {
21     $this->constructeur($id,$db,$DEBUG);
22     } // fin constructeur
23 fraynaud 11
24     }// fin de classe
25     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26