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

Contents of /branches/3.14.1/obj/om_widget.class.php

Parent Directory Parent Directory | Revision Log Revision Log


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

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