Calculettes pour l'hydraulique
lechapt_calmon.php
Aller à la documentation de ce fichier.
1
<?php
2
/*
3
* formulaires/lechapt_calmon.php
4
*
5
*
6
*
7
* Copyright 2012 David Dorchies <dorch@dorch.fr>
8
*
9
*
10
*
11
* This program is free software; you can redistribute it and/or modify
12
*
13
* it under the terms of the GNU General Public License as published by
14
*
15
* the Free Software Foundation; either version 2 of the License, or
16
*
17
* (at your option) any later version.
18
*
19
*
20
*
21
* This program is distributed in the hope that it will be useful,
22
*
23
* but WITHOUT ANY WARRANTY; without even the implied warranty of
24
*
25
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26
*
27
* GNU General Public License for more details.
28
*
29
*
30
*
31
* You should have received a copy of the GNU General Public License
32
*
33
* along with this program; if not, write to the Free Software
34
*
35
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
36
*
37
* MA 02110-1301, USA.
38
*
39
*/
40
41
include_spip(
'hyd_inc/form_lechapt_calmon.class'
);
42
global
$FLC
;
43
$FLC
=
new
form_lechapt_calmon
;
44
45
function
formulaires_lechapt_calmon_charger_dist
() {
46
global
$FLC
;
47
return
$FLC->charger();
48
}
49
50
51
function
formulaires_lechapt_calmon_verifier_dist
() {
52
global
$FLC
;
53
return
$FLC->verifier();
54
}
55
56
57
function
formulaires_lechapt_calmon_traiter_dist
() {
58
global
$FLC
;
59
return
$FLC->traiter();
60
}
61
?>
formulaires_lechapt_calmon_traiter_dist
formulaires_lechapt_calmon_traiter_dist()
Definition:
lechapt_calmon.php:57
$FLC
global $FLC
Definition:
lechapt_calmon.php:42
form_lechapt_calmon
Definition:
form_lechapt_calmon.class.php:4
formulaires_lechapt_calmon_verifier_dist
formulaires_lechapt_calmon_verifier_dist()
Definition:
lechapt_calmon.php:51
formulaires_lechapt_calmon_charger_dist
formulaires_lechapt_calmon_charger_dist()
Definition:
lechapt_calmon.php:45
formulaires
lechapt_calmon.php
Généré par
1.8.13