ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
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 Sun Aug 31 2025 20:00:56 for ILIAS by
1.8.13 (using
Doxyfile
)