ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilLTIConsumerGradeServiceLineItems.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
30
class
ilLTIConsumerGradeServiceLineItems
extends
ilLTIConsumerResourceBase
31
{
32
public
function
__construct
(
ilLTIConsumerServiceBase
$service
)
33
{
34
parent::__construct
(
$service
);
35
$this->
id
=
'LineItem.collection'
;
36
$this->
template
=
'/{context_id}/lineitems'
;
37
$this->variables[] =
'LineItems.url'
;
38
$this->formats[] =
'application/vnd.ims.lis.v2.lineitemcontainer+json'
;
39
$this->formats[] =
'application/vnd.ims.lis.v2.lineitem+json'
;
40
$this->methods[] =
self::HTTP_GET
;
41
$this->methods[] =
self::HTTP_POST
;
42
}
43
}
ilLTIConsumerGradeServiceLineItems
Definition:
class.ilLTIConsumerGradeServiceLineItems.php:31
ilLTIConsumerGradeServiceLineItems\__construct
__construct(ilLTIConsumerServiceBase $service)
Class constructor.
Definition:
class.ilLTIConsumerGradeServiceLineItems.php:32
ilLTIConsumerResourceBase
Definition:
class.ilLTIConsumerResourceBase.php:31
ilLTIConsumerResourceBase\HTTP_GET
const HTTP_GET
HTTP Get method.
Definition:
class.ilLTIConsumerResourceBase.php:36
ilLTIConsumerResourceBase\HTTP_POST
const HTTP_POST
HTTP Post method.
Definition:
class.ilLTIConsumerResourceBase.php:33
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.ilLTIConsumerGradeServiceLineItems.php
Generated on Sat Oct 18 2025 23:03:22 for ILIAS by
1.9.4 (using
Doxyfile
)