LTI Tool Provider Library  3.0.2
PHP class library for building LTI Tool Providers
ContentItemImage Class Reference

Class to represent a content-item image object. More...

Public Member Functions

 __construct ($id, $height=null, $width=null)
 Class constructor. More...
 

Detailed Description

Class to represent a content-item image object.

Author
Stephen P Vickers svick.nosp@m.ers@.nosp@m.imsgl.nosp@m.obal.nosp@m..org
Date
2016
Version
3.0.2
Licence:
http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0

Definition at line 14 of file ContentItemImage.php.

Constructor & Destructor Documentation

__construct (   $id,
  $height = null,
  $width = null 
)

Class constructor.

Parameters
string$idURL of image
int$heightHeight of image in pixels (optional)
int$widthWidth of image in pixels (optional)

Definition at line 24 of file ContentItemImage.php.


The documentation for this class was generated from the following file: