52 public static string $SCOPE =
'https://purl.imsglobal.org/spec/lti-ts/scope/toolsetting';
60 'ToolProxyBinding' =>
'context',
85 if (is_a(
$source,
'ceLTIc\LTI\Platform')) {
91 $this->scope = self::$SCOPE;
93 $this->mediaType =
'application/vnd.ims.lti.v2.toolsettings.simple+json';
95 $this->mediaType =
'application/vnd.ims.lti.v2.toolsettings+json';
106 public function get(
int $mode = self::MODE_CURRENT_LEVEL)
108 $parameter = array();
109 if ($mode === self::MODE_ALL_LEVELS) {
110 $parameter[
'bubble'] =
'all';
111 } elseif ($mode === self::MODE_DISTINCT_NAMES) {
112 $parameter[
'bubble'] =
'distinct';
117 } elseif ($this->
simple) {
119 } elseif (isset(
$http->responseJson->{
'@graph'})) {
121 foreach (
$http->responseJson->{
'@graph'} as $level) {
122 $settings = json_decode(json_encode($level->custom),
true);
139 if (is_a($this->source,
'Platform')) {
141 } elseif (is_a($this->source,
'Context')) {
142 $type =
'ToolProxyBinding';
146 $obj = new \stdClass();
147 $obj->{
'@context'} =
'http://purl.imsglobal.org/ctx/lti/v2/ToolSettings';
148 $obj->{
'@graph'} = array();
149 $level = new \stdClass();
150 $level->{
'@type'} =
$type;
153 $obj->{
'@graph'}[] = $level;
154 $body = json_encode($obj);
__construct(Container $dic, ilPlugin $plugin)
catch(ilCmiXapiException $e) send($response)