LTI Tool Provider Library
3.0.2
PHP class library for building LTI Tool Providers
Main Page
Namespaces
Data Structures
Files
File List
ContentItemImage.php
Go to the documentation of this file.
1
<?php
2
3
namespace
IMSGlobal\LTI\ToolProvider
;
4
14
class
ContentItemImage
15
{
16
24
function
__construct
($id, $height = null, $width = null)
25
{
26
27
$this->{
'@id'
} = $id;
28
if
(!is_null($height)) {
29
$this->height = $height;
30
}
31
if
(!is_null($width)) {
32
$this->width = $width;
33
}
34
35
}
36
37
}
IMSGlobal\LTI\ToolProvider\ContentItemImage\__construct
__construct($id, $height=null, $width=null)
Class constructor.
Definition:
ContentItemImage.php:24
IMSGlobal\LTI\ToolProvider\ContentItemImage
Class to represent a content-item image object.
Definition:
ContentItemImage.php:14
IMSGlobal\LTI\ToolProvider
Definition:
ConsumerNonce.php:3
GitHub
IMSGlobal
LTI-Tool-Provider-Library-PHP
src
ToolProvider
ContentItemImage.php
Copyright © 2016 by IMS Global Learning Consortium, Inc. All Rights Reserved. Trademark information:
www.imsglobal.org/copyright.html
Generated on Sun Sep 18 2016.