80 $item = parent::toJsonldObject();
81 if (!is_null($this->copyAdvice)) {
84 if (!empty($this->expiresAt)) {
85 $item->expiresAt = gmdate(
'Y-m-d\TH:i:s\Z', $this->expiresAt);
98 $item = parent::toJsonObject();
99 if (!empty($this->expiresAt)) {
100 $item->expiresAt = gmdate(
'Y-m-d\TH:i:s\Z', $this->expiresAt);
112 parent::fromJsonObject($item);
113 foreach (get_object_vars($item) as
$name => $value) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setExpiresAt(?int $expiresAt)
Set expiry date/time for the content-item.
toJsonldObject()
Wrap the content item to form an item complying with the application/vnd.ims.lti.v1.contentitems+json media type.
bool $copyAdvice
Copy advice for content-item.
toJsonObject()
Wrap the content items to form a complete value for the https://purl.imsglobal.org/spec/lti-dl/claim/...
Class to represent a file content-item object.
setCopyAdvice(?bool $copyAdvice)
Set copy advice for the content-item.
string $id
ID of content-item.
Class to represent a content-item object.
const TYPE_FILE
Type for file content-item.
__construct(Container $dic, ilPlugin $plugin)
fromJsonObject(object $item)
Extract content-item details from its JSON representation.
int $expiresAt
Expiry date/time for content-item.
__construct($placementAdvices=null, ?string $id=null)
Class constructor.