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