ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Message.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\LTI\ToolProvider\Profile
;
20
28
class
Message
29
{
35
public
?
string
$type
= null;
36
42
public
?
string
$path
= null;
43
49
public
?array
$capabilities
= null;
50
56
public
?array
$variables
= null;
57
63
public
?array
$constants
= null;
64
73
public
function
__construct
(
string
$type,
string
$path, array $capabilities = array(), array $variables = array(), array $constants = array())
74
{
75
$this->type =
$type
;
76
$this->path =
$path
;
77
$this->capabilities =
$capabilities
;
78
$this->variables =
$variables
;
79
$this->constants =
$constants
;
80
}
81
}
ILIAS\LTI\ToolProvider\Profile\Message\$type
string $type
LTI message type.
Definition:
Message.php:35
ILIAS\LTI\ToolProvider\Profile\Message\$variables
array $variables
Variable parameters to accompany message request.
Definition:
Message.php:56
ILIAS\LTI\ToolProvider\Profile\Message\$capabilities
array $capabilities
Capabilities required by message.
Definition:
Message.php:49
ILIAS\LTI\ToolProvider\Profile\Message
Class to represent a resource handler message object.
Definition:
Message.php:28
ILIAS\LTI\ToolProvider\Profile\Message\$constants
array $constants
Fixed parameters to accompany message request.
Definition:
Message.php:63
ILIAS\LTI\ToolProvider\Profile
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Item.php:19
ILIAS\LTI\ToolProvider\Profile\Message\__construct
__construct(string $type, string $path, array $capabilities=array(), array $variables=array(), array $constants=array())
Class constructor.
Definition:
Message.php:73
ILIAS\LTI\ToolProvider\Profile\Message\$path
string $path
Path to send message request to (used in conjunction with a base URL for the Tool).
Definition:
Message.php:42
Services
LTI
src
ToolProvider
Profile
Message.php
Generated on Fri Apr 4 2025 22:02:49 for ILIAS by
1.8.13 (using
Doxyfile
)