ILIAS  release_8 Revision v8.23
LtiAssignmentItem.php
Go to the documentation of this file.
1 <?php
2 
20 
29 {
36  public function __construct($placementAdvices = null, ?string $id = null)
37  {
38  Item::__construct(Item::TYPE_LTI_ASSIGNMENT, $placementAdvices, $id);
40  }
41 }
const LTI_ASSIGNMENT_MEDIA_TYPE
Media type for LTI assignment links.
Definition: Item.php:71
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: FileItem.php:19
Class to represent an LTI link content-item object.
Definition: LtiLinkItem.php:28
__construct($placementAdvices=null, ?string $id=null)
Class constructor.
string $id
ID of content-item.
Definition: Item.php:86
__construct(string $type, $placementAdvices=null, string $id=null)
Class constructor.
Definition: Item.php:158
const TYPE_LTI_ASSIGNMENT
Type for LTI assignment content-item.
Definition: Item.php:46
setMediaType(string $mediaType)
Set a media type value for the content-item.
Definition: Item.php:185
Class to represent an LTI assignment content-item object.