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
result.php
Go to the documentation of this file.
1
<?php
2
3
chdir(
"../../"
);
4
require_once
'libs/composer/vendor/autoload.php'
;
5
6
if
(!isset(
$_GET
[
'client_id'
]) || !strlen(
$_GET
[
'client_id'
])) {
7
header(
'HTTP/1.1 401 Authorization Required'
);
8
exit
;
9
}
10
11
\LTI\ilLTIConsumerDataService::initIlias
(
$_GET
[
'client_id'
]);
12
13
$dic
=
$GLOBALS
[
'DIC'
];
14
15
$log
=
ilLoggerFactory::getLogger
(
'lti'
);
16
17
$service
=
new
ilLTIConsumerResultService
;
18
$service
->handleRequest();
exit
exit
Definition:
login.php:29
$_GET
$_GET["client_id"]
Definition:
cfg.phpunit.template.php:12
$log
$log
Definition:
result.php:15
$service
$service
Definition:
result.php:17
$GLOBALS
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition:
PEAR.php:64
ilLTIConsumerResultService
Definition:
class.ilLTIConsumerResultService.php:14
LTI\ilLTIConsumerDataService\initIlias
static initIlias($client_id)
Definition:
class.ilLTIConsumerDataService.php:33
$dic
$dic
Definition:
result.php:13
ilLoggerFactory\getLogger
static getLogger($a_component_id)
Get component logger.
Definition:
class.ilLoggerFactory.php:74
Modules
LTIConsumer
result.php
Generated on Tue Apr 8 2025 20:01:02 for ILIAS by
1.8.13 (using
Doxyfile
)