LTI Integration Library
4.10.3
PHP class library for building LTI integrations
Loading...
Searching...
No Matches
ContentItem.php
1
<?php
2
3
namespace
ceLTIc\LTI;
4
5
use
ceLTIc\LTI\Content\Item
;
6
use ceLTIc\LTI\Content\ContentItemPlacement;
7
18
class
ContentItem
extends
Item
19
{
20
28
function
__construct
($type, $placementAdvice =
null
, $id =
null
)
29
{
30
parent::__construct($type, $placementAdvice, $id);
31
Util::logDebug
(
'Class ceLTIc\LTI\ContentItem has been deprecated; please use ceLTIc\LTI\Content\Item instead.'
,
true
);
32
}
33
34
}
ceLTIc\LTI\ContentItem
Class to represent a content-item object.
Definition
ContentItem.php:19
ceLTIc\LTI\ContentItem\__construct
__construct($type, $placementAdvice=null, $id=null)
Class constructor.
Definition
ContentItem.php:28
ceLTIc\LTI\Content\Item
Class to represent a content-item object.
Definition
Content/Item.php:15
ceLTIc\LTI\Util\logDebug
static logDebug($message, $showSource=false)
Log a debug message.
Definition
Util.php:274
Generated on Tue Jun 13 2023 by
Doxygen 1.9.7