ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
class.ilObjExerciseVerificationListGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
class
ilObjExerciseVerificationListGUI
extends
ilObjectListGUI
27
{
28
public
function
init
(): void
29
{
30
$this->delete_enabled =
true
;
31
$this->cut_enabled =
true
;
32
$this->copy_enabled =
true
;
33
$this->subscribe_enabled =
false
;
34
$this->link_enabled =
false
;
35
$this->info_screen_enabled =
false
;
36
$this->type =
'excv'
;
37
$this->gui_class_name = ilObjExerciseVerificationGUI::class;
38
39
$this->commands =
ilObjExerciseVerificationAccess::_getCommands
();
40
}
41
42
public
function
getProperties
(): array
43
{
44
$lng
=
$this->lng
;
45
46
return
[
47
[
48
'alert'
=>
false
,
49
'property'
=>
$lng
->
txt
(
'type'
),
50
'value'
=>
$lng
->
txt
(
'wsp_list_excv'
)
51
]
52
];
53
}
54
}
ilLanguage\txt
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
Definition:
class.ilLanguage.php:170
ilObjExerciseVerificationListGUI\init
init()
Definition:
class.ilObjExerciseVerificationListGUI.php:28
ilObjExerciseVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjExerciseVerificationListGUI.php:42
ilObjExerciseVerificationAccess\_getCommands
static _getCommands()
Definition:
class.ilObjExerciseVerificationAccess.php:27
ilObjectListGUI
ilObjectListGUI\$lng
ilLanguage $lng
Definition:
class.ilObjectListGUI.php:90
ilObjExerciseVerificationListGUI
Class ilObjExerciseVerificationListGUI.
Definition:
class.ilObjExerciseVerificationListGUI.php:26
components
ILIAS
Exercise
classes
class.ilObjExerciseVerificationListGUI.php
Generated on Wed Sep 3 2025 23:02:58 for ILIAS by
1.8.13 (using
Doxyfile
)