ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilObjExerciseVerificationListGUI.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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:172
ilObjExerciseVerificationListGUI\init
init()
Definition:
class.ilObjExerciseVerificationListGUI.php:28
ilObjExerciseVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjExerciseVerificationListGUI.php:42
ilObjectListGUI
Important note:
Definition:
class.ilObjectListGUI.php:41
ilObjExerciseVerificationAccess\_getCommands
static _getCommands()
Definition:
class.ilObjExerciseVerificationAccess.php:27
ilObjectListGUI\$lng
ilLanguage $lng
Definition:
class.ilObjectListGUI.php:80
ilObjExerciseVerificationListGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjExerciseVerificationListGUI.php:26
Modules
Exercise
classes
class.ilObjExerciseVerificationListGUI.php
Generated on Wed Sep 3 2025 22:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)