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

Contents of /branches/3.1.0-arles/obj/DP.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 484 - (show annotations)
Tue Oct 9 10:26:58 2012 UTC (12 years, 3 months ago) by nhaye
Original Path: tags/3.1.0-b1/obj/DP.class.php
File size: 913 byte(s)
Création du tag 3.1.0-b1

1 <?php
2 /* $Id: DP.class.php,v 1.6 2009-03-28 15:44:04 fraynaud1 Exp $
3 */
4 require_once ("dossier.class.php");
5
6 class DP extends dossier{
7
8 var $nature="DP";
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 var $aff_amenagement = "startClosed";
18
19 function DP($id,&$db,$DEBUG) {
20 $this->constructeur($id,$db,$DEBUG);
21 } // fin constructeur
22
23 function setVal(&$form,$maj,$validation){
24 parent::setVal($form,$maj,$validation);
25 $form->setVal('nature', 'DP');
26 }
27
28 function setType(&$form,$maj) {
29 parent::setType($form,$maj);
30 $form->setType('nature', 'hidden');
31 }
32
33 }// fin de classe
34 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26