|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class to represent a content-item image object. More...
Collaboration diagram for IMSGlobal\LTI\ToolProvider\ContentItemImage:Public Member Functions | |
| __construct ($id, $height=null, $width=null) | |
| Class constructor. More... | |
Class to represent a content-item image object.
Definition at line 14 of file ContentItemImage.php.
| IMSGlobal\LTI\ToolProvider\ContentItemImage::__construct | ( | $id, | |
$height = null, |
|||
$width = null |
|||
| ) |
Class constructor.
| string | $id | URL of image |
| int | $height | Height of image in pixels (optional) |
| int | $width | Width of image in pixels (optional) |
Definition at line 24 of file ContentItemImage.php.
References $id.