ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilObjLTIConsumerVerificationListGUI.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
ilObjLTIConsumerVerificationListGUI
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 =
"ltiv"
;
26
$this->gui_class_name = ilObjLTIConsumerVerificationGUI::class;
27
28
// general commands array
29
$this->commands =
ilObjLTIConsumerVerificationAccess::_getCommands
();
30
}
31
32
public
function
getProperties
()
33
{
34
global
$DIC
;
/* @var \ILIAS\DI\Container $DIC */
35
36
return
array(
37
array(
"alert"
=>
false
,
"property"
=> $DIC->language()->txt(
"type"
),
38
"value"
=>
$lng
->txt(
"wsp_list_ltiv"
))
39
);
40
}
41
}
ilObjectListGUI\$lng
$lng
Definition:
class.ilObjectListGUI.php:33
ilObjLTIConsumerVerificationListGUI\init
init()
Definition:
class.ilObjLTIConsumerVerificationListGUI.php:17
ilObjLTIConsumerVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjLTIConsumerVerificationListGUI.php:32
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjLTIConsumerVerificationListGUI
Definition:
class.ilObjLTIConsumerVerificationListGUI.php:15
$DIC
$DIC
Definition:
xapitoken.php:46
ilObjLTIConsumerVerificationAccess\_getCommands
static _getCommands()
Definition:
class.ilObjLTIConsumerVerificationAccess.php:17
Modules
LTIConsumer
classes
Verification
class.ilObjLTIConsumerVerificationListGUI.php
Generated on Fri Apr 4 2025 20:01:06 for ILIAS by
1.8.13 (using
Doxyfile
)