/[openfoncier]/branches/old-trunk/obj/architecte_frequent.class.php
ViewVC logotype

Contents of /branches/old-trunk/obj/architecte_frequent.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3728 - (show annotations)
Fri Mar 18 11:41:22 2016 UTC (8 years, 10 months ago) by mbroquet
File size: 408 byte(s)
Prépare l'actualisation du trunk
1 <?php
2 /**
3 *
4 *
5 * @package openfoncier
6 * @version SVN : $Id: petitionnaire_frequent.class.php 1599 2013-04-02 13:55:52Z nhaye $
7 */
8
9 //
10 require_once "../obj/architecte.class.php";
11
12 class architecte_frequent extends architecte {
13
14 function setVal(&$form, $maj, $validation, &$db) {
15 //
16 parent::setVal($form, $maj, $validation, $db);
17 $form->setVal("frequent",true);
18 }
19 }
20
21 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26