LTI Integration Library
4.10.3
PHP class library for building LTI integrations
Loading...
Searching...
No Matches
ContentItemPlacement.php
1
<?php
2
3
namespace
ceLTIc\LTI;
4
5
use
ceLTIc\LTI\Content\Placement
;
6
17
class
ContentItemPlacement
extends
Placement
18
{
19
28
function
__construct
($displayWidth, $displayHeight,
$documentTarget
, $windowTarget)
29
{
30
parent::__construct(
$documentTarget
, $displayWidth, $displayHeight, $windowTarget);
31
Util::logDebug
(
'Class ceLTIc\LTI\ContentItemPlacement has been deprecated; please use ceLTIc\LTI\Content\Placement instead '
.
32
'(note change in parameter order for constructor).'
,
true
);
33
}
34
35
}
ceLTIc\LTI\ContentItemPlacement
Class to represent a content-item placement object.
Definition
ContentItemPlacement.php:18
ceLTIc\LTI\ContentItemPlacement\__construct
__construct($displayWidth, $displayHeight, $documentTarget, $windowTarget)
Class constructor.
Definition
ContentItemPlacement.php:28
ceLTIc\LTI\Content\Placement
Class to represent a content-item placement object.
Definition
Placement.php:13
ceLTIc\LTI\Content\Placement\$documentTarget
$documentTarget
Location to open content in.
Definition
Placement.php:50
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