ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ServiceDefinition.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
IMSGlobal\LTI\Profile
;
4
15
class
ServiceDefinition
16
{
17
23
public
$formats
= null;
29
public
$actions
= null;
35
public
$id
= null;
41
public
$endpoint
= null;
42
52
function
__construct
(
$formats
,
$actions
,
$id
= null,
$endpoint
= null)
53
{
54
55
$this->formats =
$formats
;
56
$this->actions =
$actions
;
57
$this->
id
=
$id
;
58
$this->endpoint =
$endpoint
;
59
60
}
61
62
function
setId
(
$id
) {
63
64
$this->
id
=
$id
;
65
66
}
67
68
}
IMSGlobal\LTI\Profile\ServiceDefinition\__construct
__construct($formats, $actions, $id=null, $endpoint=null)
Class constructor.
Definition:
ServiceDefinition.php:52
IMSGlobal\LTI\Profile\ServiceDefinition\$id
$id
ID of service.
Definition:
ServiceDefinition.php:35
IMSGlobal\LTI\Profile\ServiceDefinition
Class to represent an LTI service object.
Definition:
ServiceDefinition.php:15
IMSGlobal\LTI\Profile\ServiceDefinition\setId
setId($id)
Definition:
ServiceDefinition.php:62
IMSGlobal\LTI\Profile\ServiceDefinition\$endpoint
$endpoint
URL for service requests.
Definition:
ServiceDefinition.php:41
IMSGlobal\LTI\Profile\ServiceDefinition\$formats
$formats
Media types supported by service.
Definition:
ServiceDefinition.php:23
php
IMSGlobal\LTI\Profile\ServiceDefinition\$actions
$actions
HTTP actions accepted by service.
Definition:
ServiceDefinition.php:29
IMSGlobal\LTI\Profile
Definition:
Item.php:3
libs
composer
vendor
imsglobal
lti
src
Profile
ServiceDefinition.php
Generated on Thu Jan 16 2025 19:01:41 for ILIAS by
1.8.13 (using
Doxyfile
)