ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
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
include_once
"Services/Object/classes/class.ilObjectListGUI.php"
;
15
16
class
ilObjExerciseVerificationListGUI
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->info_screen_enabled =
false
;
29
$this->type =
"excv"
;
30
$this->gui_class_name =
"ilobjexerciseverificationgui"
;
31
32
// general commands array
33
include_once(
'./Modules/Exercise/classes/class.ilObjExerciseVerificationAccess.php'
);
34
$this->commands =
ilObjExerciseVerificationAccess::_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_excv"
))
44
);
45
}
46
47
}
48
49
?>
ilObjExerciseVerificationListGUI\init
init()
initialisation
Definition:
class.ilObjExerciseVerificationListGUI.php:21
ilObjExerciseVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjExerciseVerificationListGUI.php:37
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjExerciseVerificationAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjExerciseVerificationAccess.php:29
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
$lng
global $lng
Definition:
privfeed.php:17
php
ilObjExerciseVerificationListGUI
Class ilObjExerciseVerificationListGUI.
Definition:
class.ilObjExerciseVerificationListGUI.php:16
Modules
Exercise
classes
class.ilObjExerciseVerificationListGUI.php
Generated on Fri Jan 17 2025 19:00:58 for ILIAS by
1.8.13 (using
Doxyfile
)