ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
payment.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
15
define(
'ILIAS_MODULE'
,
'payment'
);
16
17
require_once
"include/inc.header.php"
;
18
19
switch
(
$_GET
[
"view"
])
20
{
21
case
"start_bmf"
: require_once
"./Services/Payment/classes/class.ilPurchaseBMFGUI.php"
;
22
23
$ilCtrl
->setTargetScript(
"payment.php"
);
24
$ilCtrl
->setParameterByClass(
"ilpurchasebmfgui"
,
"view"
,
"start_bmf"
);
25
$ilCtrl
->getCallStructure(
"ilpurchasebmfgui"
);
26
27
$pa =
new
ilPurchaseBMFGUI
($ilias->account);
28
$ilCtrl
->forwardCommand($pa);
29
break
;
30
31
case
"conditions"
:
32
default : require_once
"./Services/Payment/classes/class.ilTermsCondition.php"
;
33
$pa =
new
ilTermsCondition
($ilias->account);
34
$pa->show();
35
break
;
36
}
37
38
$tpl
->show();
39
?>
ilTermsCondition
Definition:
class.ilTermsCondition.php:12
$_GET
$_GET["client_id"]
Definition:
cfg.phpunit.template.php:12
$ilCtrl
global $ilCtrl
Definition:
ilias.php:18
$tpl
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
Definition:
imagemanager.php:90
ilPurchaseBMFGUI
Definition:
class.ilPurchaseBMFGUI.php:27
payment.php
Generated on Mon Dec 21 2020 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)