ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
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->info_screen_enabled =
false
;
28
$this->type =
"tstv"
;
29
$this->gui_class_name =
"ilobjtestverificationgui"
;
30
31
// general commands array
32
include_once(
'./Modules/Test/classes/class.ilObjTestVerificationAccess.php'
);
33
$this->commands =
ilObjTestVerificationAccess::_getCommands
();
34
}
35
36
function
getProperties
()
37
{
38
global
$lng
;
39
40
return
array
(
41
array
(
"alert"
=>
false
,
"property"
=> $lng->txt(
"type"
),
42
"value"
=> $lng->txt(
"wsp_list_tstv"
))
43
);
44
}
45
46
}
// END class.ilObjTestVerificationListGUI
47
?>
ilObjTestVerificationListGUI\init
init()
initialisation
Definition:
class.ilObjTestVerificationListGUI.php:20
ilObjTestVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjTestVerificationListGUI.php:36
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjTestVerificationListGUI
Class ilObjTestVerificationListGUI.
Definition:
class.ilObjTestVerificationListGUI.php:15
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
$lng
global $lng
Definition:
privfeed.php:17
ilObjTestVerificationAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjTestVerificationAccess.php:28
php
Modules
Test
classes
class.ilObjTestVerificationListGUI.php
Generated on Fri Jan 17 2025 19:01:03 for ILIAS by
1.8.13 (using
Doxyfile
)