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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3138 - (show annotations)
Fri Aug 29 09:21:29 2014 UTC (10 years, 5 months ago) by vpihour
File size: 338 byte(s)
Mise à niveau vers la version 4.4.0 d'openMairie avec suppression des surcharges om_*.

1 <?php
2 /**
3 *
4 *
5 * @package openmairie_exemple
6 * @version SVN : $Id: om_widget.class.php 2489 2013-09-20 11:36:42Z fmichon $
7 */
8
9 require_once "../core/obj/om_widget.class.php";
10
11 class om_widget extends om_widget_core {
12
13 function om_widget($id, &$db, $debug) {
14 //
15 $this->constructeur($id, $db, $debug);
16 }
17
18 }
19
20 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26