LTI Integration Library
4.10.3
PHP class library for building LTI integrations
Loading...
Searching...
No Matches
ContentItemImage.php
1
<?php
2
3
namespace
ceLTIc\LTI;
4
5
use
ceLTIc\LTI\Content\Image
;
6
17
class
ContentItemImage
extends
Image
18
{
19
27
function
__construct
($id, $height =
null
, $width =
null
)
28
{
29
parent::__construct($id, $width, $height);
30
Util::logDebug
(
'Class ceLTIc\LTI\ContentItemImage has been deprecated; please use ceLTIc\LTI\Content\Image instead '
.
31
'(note change of parameter order in constructor).'
,
true
);
32
}
33
34
}
ceLTIc\LTI\ContentItemImage
Class to represent a content-item image object.
Definition
ContentItemImage.php:18
ceLTIc\LTI\ContentItemImage\__construct
__construct($id, $height=null, $width=null)
Class constructor.
Definition
ContentItemImage.php:27
ceLTIc\LTI\Content\Image
Class to represent a content-item image object.
Definition
Image.php:13
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