LTI Integration Library  3.1.0
PHP class library for building LTI integrations
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 steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
Version
3.1.0
Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3

Definition at line 13 of file ContentItemImage.php.

Constructor & Destructor Documentation

◆ __construct()

__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 23 of file ContentItemImage.php.


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