ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilLTIConsumerGradeServiceResults.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
30
class
ilLTIConsumerGradeServiceResults
extends
ilLTIConsumerResourceBase
31
{
32
public
function
__construct
(
ilLTIConsumerServiceBase
$service
)
33
{
34
parent::__construct
(
$service
);
35
$this->
id
=
'Result.collection'
;
36
$this->
template
=
'/{context_id}/lineitems/{item_id}/lineitem/results'
;
37
$this->variables[] =
'Results.url'
;
38
$this->formats[] =
'application/vnd.ims.lis.v2.resultcontainer+json'
;
39
$this->methods[] =
'GET'
;
40
}
41
}
ilLTIConsumerGradeServiceResults
Definition:
class.ilLTIConsumerGradeServiceResults.php:31
ilLTIConsumerGradeServiceResults\__construct
__construct(ilLTIConsumerServiceBase $service)
Class constructor.
Definition:
class.ilLTIConsumerGradeServiceResults.php:32
ilLTIConsumerResourceBase
Definition:
class.ilLTIConsumerResourceBase.php:31
ilLTIConsumerResourceBase\$service
ilLTIConsumerServiceBase $service
Service associated with this resource.
Definition:
class.ilLTIConsumerResourceBase.php:45
ilLTIConsumerServiceBase
Definition:
class.ilLTIConsumerServiceBase.php:31
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
components
ILIAS
LTIConsumer
classes
class.ilLTIConsumerGradeServiceResults.php
Generated on Sat Oct 18 2025 23:03:22 for ILIAS by
1.9.4 (using
Doxyfile
)