ILIAS  release_7 Revision v7.30-3-g800a261c036
interface.ilObjectTileImageInterface.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
12{
18 public function getExtension() : string;
19
24 public function copy(int $target_obj_id);
25
29 public function delete();
30
38 public function saveFromHttpRequest(string $tmpname);
39
45 public function exists() : bool;
46
52 public function getFullPath() : string;
53}
An exception for terminatinating execution or to throw for unit testing.
copy(int $target_obj_id)
Copy tile image to repository object.
exists()
Does tile image file exist?
getExtension()
Get extenstion.
getFullPath()
Get full path of the tile image file.
saveFromHttpRequest(string $tmpname)
Save image from request.