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
class.ilPurchaseBillGUI.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
13
include_once
'./Services/Payment/classes/class.ilPurchaseBaseGUI.php'
;
14
include_once
'./Services/Payment/classes/class.ilPayMethods.php'
;
15
16
class
ilPurchaseBillGUI
extends
ilPurchaseBaseGUI
17
{
18
var
$user_obj
;
19
var
$pay_method
;
20
21
public
function
__construct
($user_obj)
22
{
23
$this->user_obj =
$user_obj
;
24
$this->pay_method =
ilPayMethods::_getIdByTitle
(
'bill'
);
25
26
parent::__construct($user_obj,$this->pay_method);
27
$this->
setAccess
(0);
28
$this->
setPayed
(0);
29
}
30
}
31
?>
ilPurchaseBaseGUI
Class class.ilPurchaseBaseGUI.php.
Definition:
class.ilPurchaseBaseGUI.php:22
ilPurchaseBillGUI
Definition:
class.ilPurchaseBillGUI.php:16
ilPurchaseBillGUI\__construct
__construct($user_obj)
Definition:
class.ilPurchaseBillGUI.php:21
ilPurchaseBaseGUI\setAccess
setAccess($access)
Definition:
class.ilPurchaseBaseGUI.php:1103
ilPurchaseBillGUI\$pay_method
$pay_method
Definition:
class.ilPurchaseBillGUI.php:19
ilPurchaseBillGUI\$user_obj
$user_obj
Definition:
class.ilPurchaseBillGUI.php:18
ilPurchaseBaseGUI\setPayed
setPayed($payed)
Definition:
class.ilPurchaseBaseGUI.php:1119
ilPayMethods\_getIdByTitle
static _getIdByTitle($a_pm_title)
Definition:
class.ilPayMethods.php:182
Services
Payment
classes
class.ilPurchaseBillGUI.php
Generated on Mon Dec 21 2020 19:01:20 for ILIAS by
1.8.13 (using
Doxyfile
)