4include_once(
"./Services/Preview/classes/class.ilFilePreviewRenderer.php");
65 public function delete()
An exception for terminatinating execution or to throw for unit testing.
Represents an image that was created from a preview renderer and that can be further processed to cre...
getImagePath()
Gets the absolute path to the rendered image.
isTemporary()
Defines whether the image is temporary and can be deleted after the preview was created.
__construct($img_path, $is_temporary=true)
Constructor.