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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 426 - (show annotations)
Fri Sep 21 16:30:55 2012 UTC (12 years, 4 months ago) by nhaye
File size: 619 byte(s)
Régénération suite à la migration OM 4.3.0

1 <?php
2 //$Id$
3 //gen openMairie le 28/09/2011 19:18
4 require_once ("../gen/obj/servitude_point.class.php");
5
6 class servitude_point extends servitude_point_gen {
7
8 function servitude_point($id,&$db,$debug) {
9 $this->constructeur($id,$db,$debug);
10 }// fin constructeur
11
12 function setvalF($val){
13 parent::setvalF($val);
14 // enlever les valeurs a ne pas saisir
15 unset ($this->valF['geom']);
16 }
17
18 function setType(&$form,$maj) {
19 parent::setType($form,$maj);
20 if ($maj < 2) { //ajouter et modifier
21 $form->setType('geom', 'hidden');
22 }
23 }
24 }// fin classe
25 ?>

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26