/[openfoncier]/branches/3.1.0-arles/obj/PA_accueil.class.php
ViewVC logotype

Contents of /branches/3.1.0-arles/obj/PA_accueil.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
Original Path: trunk/obj/PA_accueil.class.php
File size: 620 byte(s)
maj version 3.00


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26