/[openfoncier]/branches/cleanup-old-openfoncier/obj/servitude_surfacique.class.php
ViewVC logotype

Contents of /branches/cleanup-old-openfoncier/obj/servitude_surfacique.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4675 - (show annotations)
Thu Jun 30 11:04:21 2016 UTC (8 years, 7 months ago) by fmichon
File size: 711 byte(s)
* Branche : Suppression d'anciens fichiers d'openfoncier inutilisés.

1 <?php
2 //$Id: servitude_surfacique.class.php 4418 2015-02-24 17:30:28Z tbenita $
3 //gen openMairie le 28/09/2011 18:11
4 require_once ("../gen/obj/servitude_surfacique.class.php");
5
6 class servitude_surfacique extends servitude_surfacique_gen {
7
8 function servitude_surfacique($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
25 }// fin classe
26 ?>

Properties

Name Value
svn:executable

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26