ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilObjTestVerificationListGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
class
ilObjTestVerificationListGUI
extends
ilObjectListGUI
26
{
27
public
function
init
(): void
28
{
29
$this->delete_enabled =
true
;
30
$this->cut_enabled =
true
;
31
$this->copy_enabled =
true
;
32
$this->subscribe_enabled =
false
;
33
$this->link_enabled =
false
;
34
$this->info_screen_enabled =
false
;
35
$this->type =
'tstv'
;
36
$this->gui_class_name = ilObjTestVerificationGUI::class;
37
38
$this->commands =
ilObjTestVerificationAccess::_getCommands
();
39
}
40
41
public
function
getProperties
(): array
42
{
43
global
$DIC
;
44
$lng
= $DIC[
'lng'
];
45
46
return
[
47
[
48
'alert'
=>
false
,
49
'property'
=>
$lng
->
txt
(
'type'
),
50
'value'
=>
$lng
->
txt
(
'wsp_list_tstv'
)
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
ilObjTestVerificationListGUI\init
init()
Definition:
class.ilObjTestVerificationListGUI.php:27
ilObjTestVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjTestVerificationListGUI.php:41
$DIC
global $DIC
Definition:
shib_login.php:26
ilObjectListGUI
ilObjTestVerificationListGUI
Class ilObjTestVerificationListGUI.
Definition:
class.ilObjTestVerificationListGUI.php:25
ilObjectListGUI\$lng
ilLanguage $lng
Definition:
class.ilObjectListGUI.php:90
ilObjTestVerificationAccess\_getCommands
static _getCommands()
Definition:
class.ilObjTestVerificationAccess.php:27
components
ILIAS
Test
classes
class.ilObjTestVerificationListGUI.php
Generated on Sun Aug 31 2025 23:03:56 for ILIAS by
1.8.13 (using
Doxyfile
)