ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilObjCmiXapiVerificationListGUI.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
15
class
ilObjCmiXapiVerificationListGUI
extends
ilObjectListGUI
16
{
17
public
function
init
()
18
{
19
$this->delete_enabled =
true
;
20
$this->cut_enabled =
true
;
21
$this->copy_enabled =
true
;
22
$this->subscribe_enabled =
false
;
23
$this->link_enabled =
false
;
24
$this->info_screen_enabled =
false
;
25
$this->type =
"cmxv"
;
26
$this->gui_class_name = ilObjCmiXapiVerificationGUI::class;
27
28
// general commands array
29
$this->commands =
ilObjCmiXapiVerificationAccess::_getCommands
();
30
}
31
32
public
function
getProperties
()
33
{
34
global
$lng
;
35
36
return
array(
37
array(
"alert"
=>
false
,
"property"
=>
$lng
->txt(
"type"
),
38
"value"
=>
$lng
->txt(
"wsp_list_cmxv"
))
39
);
40
}
41
}
php
An exception for terminatinating execution or to throw for unit testing.
ilObjCmiXapiVerificationAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjCmiXapiVerificationAccess.php:17
ilObjCmiXapiVerificationListGUI
Definition:
class.ilObjCmiXapiVerificationListGUI.php:16
ilObjCmiXapiVerificationListGUI\getProperties
getProperties()
Get item properties.
Definition:
class.ilObjCmiXapiVerificationListGUI.php:32
ilObjCmiXapiVerificationListGUI\init
init()
initialisation
Definition:
class.ilObjCmiXapiVerificationListGUI.php:17
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:24
ilObjectListGUI\$lng
$lng
Definition:
class.ilObjectListGUI.php:33
Modules
CmiXapi
classes
Verification
class.ilObjCmiXapiVerificationListGUI.php
Generated on Fri Oct 3 2025 20:00:48 for ILIAS by
1.9.4 (using
Doxyfile
)