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
ApiResourceLink.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\LTI\ToolProvider\ApiHook
;
20
21
use
ILIAS\LTI\ToolProvider\Service
;
22
30
class
ApiResourceLink
31
{
37
protected
?
\ILIAS\LTI\ToolProvider\ResourceLink
$resourceLink
= null;
38
43
public
function
__construct
(\
ILIAS
\
LTI
\ToolProvider\
ResourceLink
$resourceLink)
44
{
45
$this->resourceLink =
$resourceLink
;
46
}
47
51
public
function
isConfigured
(): bool
52
{
53
return
true
;
54
}
55
63
public
function
doOutcomesService
(
int
$action, \
ILIAS
\
LTI
\ToolProvider\
Outcome
$ltiOutcome, \
ILIAS
\
LTI
\ToolProvider\
UserResult
$userresult)
64
{
65
return
false
;
66
}
67
73
public
function
getMemberships
(
bool
$withGroups)
74
{
75
return
false
;
76
}
77
84
public
function
getToolSettings
(
int
$mode =
Service
\
ToolSettings::MODE_CURRENT_LEVEL
,
bool
$simple =
true
)
85
{
86
return
false
;
87
}
88
94
public
function
setToolSettings
(array
$settings
= array()): bool
95
{
96
return
false
;
97
}
98
}
ILIAS\LTI\ToolProvider\ResourceLink
Class to represent a platform resource link.
Definition:
ResourceLink.php:35
ILIAS\LTI\ToolProvider\Service\ToolSettings\MODE_CURRENT_LEVEL
const MODE_CURRENT_LEVEL
Settings at current level mode.
Definition:
ToolSettings.php:37
ILIAS\LTI\ToolProvider\$settings
array $settings
Setting values (LTI parameters, custom parameters and local parameters).
Definition:
System.php:200
ILIAS\LTI\ToolProvider\ApiHook\ApiResourceLink\$resourceLink
ILIAS LTI ToolProvider ResourceLink $resourceLink
Resource link object.
Definition:
ApiResourceLink.php:37
ILIAS\LTI\ToolProvider\ApiHook\ApiResourceLink\__construct
__construct(\ILIAS\LTI\ToolProvider\ResourceLink $resourceLink)
Class constructor.
Definition:
ApiResourceLink.php:43
ILIAS\LTI\ToolProvider\Service\Service
Class to implement a service.
Definition:
Service.php:33
ILIAS\LTI\ToolProvider\ApiHook\ApiResourceLink\getMemberships
getMemberships(bool $withGroups)
Get memberships.
Definition:
ApiResourceLink.php:73
ILIAS
Class ChatMainBarProvider .
ILIAS\LTI\ToolProvider\ApiHook
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ApiContext.php:19
ILIAS\LTI\ToolProvider\ApiHook\ApiResourceLink\getToolSettings
getToolSettings(int $mode=Service\ToolSettings::MODE_CURRENT_LEVEL, bool $simple=true)
Get Tool Settings.
Definition:
ApiResourceLink.php:84
ILIAS\LTI\ToolProvider\UserResult
Class to represent a platform user.
Definition:
UserResult.php:30
ILIAS\LTI\ToolProvider\ApiHook\ApiResourceLink
Class to implement resource link services for a platform via its proprietary API. ...
Definition:
ApiResourceLink.php:30
ILIAS\LTI\ToolProvider\ApiHook\ApiResourceLink\doOutcomesService
doOutcomesService(int $action, \ILIAS\LTI\ToolProvider\Outcome $ltiOutcome, \ILIAS\LTI\ToolProvider\UserResult $userresult)
Perform an Outcomes service request.
Definition:
ApiResourceLink.php:63
ILIAS\LTI\ToolProvider\ApiHook\ApiResourceLink\isConfigured
isConfigured()
Check if the API hook has been configured.
Definition:
ApiResourceLink.php:51
ILIAS\LTI\ToolProvider\ApiHook\ApiResourceLink\setToolSettings
setToolSettings(array $settings=array())
Perform a Tool Settings service request.
Definition:
ApiResourceLink.php:94
LTI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilGlobalTemplate.php:20
ILIAS\LTI\ToolProvider\Service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AssessmentControl.php:19
ILIAS\LTI\ToolProvider\Outcome
Class to represent an outcome.
Definition:
Outcome.php:28
Services
LTI
src
ToolProvider
ApiHook
ApiResourceLink.php
Generated on Fri Apr 4 2025 22:02:49 for ILIAS by
1.8.13 (using
Doxyfile
)