ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilObjCmiXapiVerificationListGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
30
class
ilObjCmiXapiVerificationListGUI
extends
ilObjectListGUI
31
{
32
public
function
init
(): void
33
{
34
$this->delete_enabled =
true
;
35
$this->cut_enabled =
true
;
36
$this->copy_enabled =
true
;
37
$this->subscribe_enabled =
false
;
38
$this->link_enabled =
false
;
39
$this->info_screen_enabled =
false
;
40
$this->type =
"cmxv"
;
41
$this->gui_class_name = ilObjCmiXapiVerificationGUI::class;
42
43
// general commands array
44
$this->commands =
ilObjCmiXapiVerificationAccess::_getCommands
();
45
}
46
50
public
function
getProperties
(): array
51
{
52
global
$lng
;
53
54
return
[
55
[
56
"alert"
=>
false
,
57
"property"
=>
$lng
->
txt
(
"type"
),
58
"value"
=>
$lng
->
txt
(
"wsp_list_cmxv"
)
59
]
60
];
61
}
62
}
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
ilObjCmiXapiVerificationAccess\_getCommands
static _getCommands()
Definition:
class.ilObjCmiXapiVerificationAccess.php:35
ilObjCmiXapiVerificationListGUI
Definition:
class.ilObjCmiXapiVerificationListGUI.php:31
ilObjCmiXapiVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjCmiXapiVerificationListGUI.php:50
ilObjCmiXapiVerificationListGUI\init
init()
initialisation
Definition:
class.ilObjCmiXapiVerificationListGUI.php:32
ilObjectListGUI
Important note:
Definition:
class.ilObjectListGUI.php:48
ilObjectListGUI\$lng
ilLanguage $lng
Definition:
class.ilObjectListGUI.php:90
components
ILIAS
CmiXapi
classes
Verification
class.ilObjCmiXapiVerificationListGUI.php
Generated on Sat Oct 18 2025 23:02:44 for ILIAS by
1.9.4 (using
Doxyfile
)