ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
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
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
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
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilObjExerciseVerificationListGUI.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
class
ilObjExerciseVerificationListGUI
extends
ilObjectListGUI
15
{
19
public
function
init
()
20
{
21
$this->delete_enabled =
true
;
22
$this->cut_enabled =
true
;
23
$this->copy_enabled =
true
;
24
$this->subscribe_enabled =
false
;
25
$this->link_enabled =
false
;
26
$this->info_screen_enabled =
false
;
27
$this->type =
"excv"
;
28
$this->gui_class_name =
"ilobjexerciseverificationgui"
;
29
30
// general commands array
31
$this->commands =
ilObjExerciseVerificationAccess::_getCommands
();
32
}
33
34
public
function
getProperties
()
35
{
36
$lng
=
$this->lng
;
37
38
return
array(
39
array(
"alert"
=>
false
,
"property"
=>
$lng
->txt(
"type"
),
40
"value"
=>
$lng
->txt(
"wsp_list_excv"
))
41
);
42
}
43
}
ilObjectListGUI\$lng
$lng
Definition:
class.ilObjectListGUI.php:33
ilObjExerciseVerificationListGUI\init
init()
initialisation
Definition:
class.ilObjExerciseVerificationListGUI.php:19
ilObjExerciseVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjExerciseVerificationListGUI.php:34
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjExerciseVerificationAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjExerciseVerificationAccess.php:26
ilObjExerciseVerificationListGUI
Class ilObjExerciseVerificationListGUI.
Definition:
class.ilObjExerciseVerificationListGUI.php:14
Modules
Exercise
classes
class.ilObjExerciseVerificationListGUI.php
Generated on Thu Apr 3 2025 20:00:49 for ILIAS by
1.8.13 (using
Doxyfile
)