/[openfoncier]/branches/3.14.1/obj/om_sig_map.class.php
ViewVC logotype

Annotation of /branches/3.14.1/obj/om_sig_map.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3818 - (hide annotations)
Fri Mar 25 09:11:55 2016 UTC (8 years, 10 months ago) by nhaye
File size: 583 byte(s)
Création de la branche 3.14.1 depuis la branche 3.14.x à la révision r3707

1 fraynaud 339 <?php
2 fmichon 2278 /**
3     *
4     *
5     * @package openmairie_exemple
6     * @version SVN : $Id: om_sig_map.class.php 2470 2013-09-09 12:21:44Z fmichon $
7     */
8 fraynaud 339
9 vpihour 3138 require_once "../core/obj/om_sig_map.class.php";
10 fmichon 2278
11 vpihour 3138 class om_sig_map extends om_sig_map_core {
12 fraynaud 339
13 fmichon 2278 var $required_field=array(
14     "om_sig_map",
15     "om_collectivite",
16     "id",
17     "libelle",
18     "zoom",
19     "etendue",
20     "projection_externe",
21     "url",
22     "om_sql",
23     "retour"
24     );
25    
26    
27 fraynaud 339 function om_sig_map($id,&$db,$debug) {
28     $this->constructeur($id,$db,$debug);
29     }// fin constructeur
30    
31 fmichon 2278 }
32    
33 nhaye 398 ?>

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26