ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
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
}
ilObjCmiXapiVerificationAccess\_getCommands
static _getCommands()
Definition:
class.ilObjCmiXapiVerificationAccess.php:35
ilObjCmiXapiVerificationListGUI
Definition:
class.ilObjCmiXapiVerificationListGUI.php:30
ilObjCmiXapiVerificationListGUI\getProperties
getProperties()
Definition:
class.ilObjCmiXapiVerificationListGUI.php:50
ilObjectListGUI
Important note:
Definition:
class.ilObjectListGUI.php:46
ilObjCmiXapiVerificationListGUI\init
init()
Definition:
class.ilObjCmiXapiVerificationListGUI.php:32
ilObjectListGUI\$lng
ilLanguage $lng
Definition:
class.ilObjectListGUI.php:89
components
ILIAS
CmiXapi
classes
Verification
class.ilObjCmiXapiVerificationListGUI.php
Generated on Wed Apr 2 2025 23:02:27 for ILIAS by
1.8.13 (using
Doxyfile
)