LTI Integration Library 4.10.3
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
ContentItemPlacement.php
1<?php
2
3namespace ceLTIc\LTI;
4
6
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}
Class to represent a content-item placement object.
__construct($displayWidth, $displayHeight, $documentTarget, $windowTarget)
Class constructor.
Class to represent a content-item placement object.
Definition Placement.php:13
$documentTarget
Location to open content in.
Definition Placement.php:50
static logDebug($message, $showSource=false)
Log a debug message.
Definition Util.php:274