/[openfoncier]/branches/3.14.x/obj/parcelle.class.php
ViewVC logotype

Diff of /branches/3.14.x/obj/parcelle.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by fraynaud, Thu Feb 10 20:46:18 2011 UTC revision 9 by fraynaud, Mon Feb 14 17:51:36 2011 UTC
# Line 5  require_once ("../gen/obj/parcelle.class Line 5  require_once ("../gen/obj/parcelle.class
5    
6  class parcelle extends parcelle_gen {  class parcelle extends parcelle_gen {
7    
8  function parcelle($id,&$db,$debug) {      function parcelle($id,&$db,$debug) {
9          $this->constructeur($id,$db,$debug);          $this->constructeur($id,$db,$debug);
10  }// fin constructeur      }// fin constructeur
11        
12        function setTaille(&$form, $maj) {
13            $form->setTaille('parcelle',6);
14            $form->setTaille('debut',4);
15            $form->setTaille('proprietaire',6);
16            $form->setTaille('pos',6);
17            $form->setTaille('rivoli',4);
18            $form->setTaille('sig',20);
19        }
20        
21        function setMax(&$form, $maj) {
22            $form->setMax('parcelle',6);
23            $form->setMax('debut',4);
24            $form->setMax('proprietaire',6);
25            $form->setMax('pos',6);
26            $form->setMax('rivoli',4);
27            $form->setMax('sig',20);
28        }
29    
30  }// fin classe  }// fin classe
31  ?>  ?>

Legend:
Removed from v.3  
changed lines
  Added in v.9

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26