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