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