ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilObjLTIConsumerVerificationListGUI.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
30
class
ilObjLTIConsumerVerificationListGUI
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 =
"ltiv"
;
41
$this->gui_class_name = ilObjLTIConsumerVerificationGUI::class;
42
43
// general commands array
44
$this->commands =
ilObjLTIConsumerVerificationAccess::_getCommands
();
45
}
46
50
public
function
getProperties
(): array
51
{
52
global
$DIC
;
/* @var \ILIAS\DI\Container $DIC */
53
54
return
array(
55
array(
"alert"
=>
false
,
"property"
=> $DIC->language()->txt(
"type"
),
56
"value"
=> $DIC->language()->txt(
"wsp_list_ltiv"
))
57
);
58
}
59
}
ilObjLTIConsumerVerificationListGUI\init
init()
Definition:
class.ilObjLTIConsumerVerificationListGUI.php:32
$DIC
global $DIC
Definition:
feed.php:28
ilObjLTIConsumerVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjLTIConsumerVerificationListGUI.php:50
ilObjectListGUI
Important note:
Definition:
class.ilObjectListGUI.php:41
ilObjLTIConsumerVerificationListGUI
Definition:
class.ilObjLTIConsumerVerificationListGUI.php:30
ilObjLTIConsumerVerificationAccess\_getCommands
static _getCommands()
Definition:
class.ilObjLTIConsumerVerificationAccess.php:35
Modules
LTIConsumer
classes
Verification
class.ilObjLTIConsumerVerificationListGUI.php
Generated on Mon Sep 1 2025 22:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)