ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class to represent an LTI service object. More...
Public Member Functions | |
__construct ($formats, $actions, $id=null, $endpoint=null) | |
Class constructor. More... | |
setId ($id) | |
Data Fields | |
$formats = null | |
Media types supported by service. More... | |
$actions = null | |
HTTP actions accepted by service. More... | |
$id = null | |
ID of service. More... | |
$endpoint = null | |
URL for service requests. More... | |
Class to represent an LTI service object.
Definition at line 15 of file ServiceDefinition.php.
IMSGlobal\LTI\Profile\ServiceDefinition::__construct | ( | $formats, | |
$actions, | |||
$id = null , |
|||
$endpoint = null |
|||
) |
Class constructor.
array | $formats | Array of media types supported by service |
array | $actions | Array of HTTP actions accepted by service |
string | $id | ID of service (optional) |
string | $endpoint | URL for service requests (optional) |
Definition at line 52 of file ServiceDefinition.php.
References IMSGlobal\LTI\Profile\ServiceDefinition\$actions, IMSGlobal\LTI\Profile\ServiceDefinition\$endpoint, IMSGlobal\LTI\Profile\ServiceDefinition\$formats, and IMSGlobal\LTI\Profile\ServiceDefinition\$id.
IMSGlobal\LTI\Profile\ServiceDefinition::setId | ( | $id | ) |
Definition at line 62 of file ServiceDefinition.php.
References IMSGlobal\LTI\Profile\ServiceDefinition\$id.
array IMSGlobal\LTI\Profile\ServiceDefinition::$actions = null |
HTTP actions accepted by service.
Definition at line 29 of file ServiceDefinition.php.
Referenced by IMSGlobal\LTI\Profile\ServiceDefinition\__construct().
string IMSGlobal\LTI\Profile\ServiceDefinition::$endpoint = null |
URL for service requests.
Definition at line 41 of file ServiceDefinition.php.
Referenced by IMSGlobal\LTI\Profile\ServiceDefinition\__construct().
array IMSGlobal\LTI\Profile\ServiceDefinition::$formats = null |
Media types supported by service.
Definition at line 23 of file ServiceDefinition.php.
Referenced by IMSGlobal\LTI\Profile\ServiceDefinition\__construct().
string IMSGlobal\LTI\Profile\ServiceDefinition::$id = null |
ID of service.
Definition at line 35 of file ServiceDefinition.php.
Referenced by IMSGlobal\LTI\Profile\ServiceDefinition\__construct(), and IMSGlobal\LTI\Profile\ServiceDefinition\setId().