3namespace ceLTIc\LTI\MediaType;
57 $this->{
'@context'} = array_merge(array(
'http://purl.imsglobal.org/ctx/lti/v2/ToolProxy'), $contexts);
58 $this->{
'@type'} =
'ToolProxy';
59 $this->{
'@id'} =
"{$toolProxyService->endpoint}";
60 $this->lti_version =
'LTI-2p0';
61 $this->tool_consumer_profile = $tool->platform->profile->{
'@id'};
Class to represent an LTI service object.