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.ilObjCourseVerificationListGUI.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
14
include_once
"Services/Object/classes/class.ilObjectListGUI.php"
;
15
16
class
ilObjCourseVerificationListGUI
extends
ilObjectListGUI
17
{
21
function
init
()
22
{
23
$this->delete_enabled =
true
;
24
$this->cut_enabled =
true
;
25
$this->copy_enabled =
true
;
26
$this->subscribe_enabled =
false
;
27
$this->link_enabled =
false
;
28
$this->payment_enabled =
false
;
29
$this->info_screen_enabled =
false
;
30
$this->type =
"crsv"
;
31
$this->gui_class_name =
"ilobjcourseverificationgui"
;
32
33
// general commands array
34
include_once(
'./Modules/Course/classes/Verification/class.ilObjCourseVerificationAccess.php'
);
35
$this->commands =
ilObjCourseVerificationAccess::_getCommands
();
36
}
37
38
function
getProperties
()
39
{
40
global
$lng
;
41
42
return
array(
43
array(
"alert"
=>
false
,
"property"
=> $lng->txt(
"type"
),
44
"value"
=> $lng->txt(
"wsp_list_crsv"
))
45
);
46
}
47
48
}
// END class.ilObjTestVerificationListGUI
49
?>
ilObjCourseVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjCourseVerificationListGUI.php:38
ilObjCourseVerificationListGUI
Class ilObjCourseVerificationListGUI.
Definition:
class.ilObjCourseVerificationListGUI.php:16
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjCourseVerificationAccess\_getCommands
_getCommands()
get commands
Definition:
class.ilObjCourseVerificationAccess.php:28
$lng
global $lng
Definition:
privfeed.php:40
ilObjCourseVerificationListGUI\init
init()
initialisation
Definition:
class.ilObjCourseVerificationListGUI.php:21
Modules
Course
classes
Verification
class.ilObjCourseVerificationListGUI.php
Generated on Mon Dec 21 2020 19:01:00 for ILIAS by
1.8.13 (using
Doxyfile
)