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

Contents of /trunk/obj/PA.class.php

Parent Directory Parent Directory | Revision Log Revision Log


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


1 <?php
2 /* $Id: PA.class.php,v 1.6 2008-08-18 14:39:32 jbastide Exp $
3 */
4 require_once ("dossier.class.php");
5
6 class PA extends dossier{
7
8 var $nature="PA";
9 var $aff_depot = "collapsible";
10 var $aff_travaux = "collapsible";
11 var $aff_instruction = "collapsible";
12 var $aff_demandeur = "startClosed";
13 var $aff_delegataire = "startClosed";
14 var $aff_terrain = "startClosed";
15 var $aff_localisation = "collapsible";
16 var $aff_description = "startClosed";
17
18 function PA($id,&$db,$DEBUG) {
19 $this->constructeur($id,$db,$DEBUG);
20 } // fin constructeur
21
22
23 }// fin de classe
24 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26