ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 }
exists()
Does tile image file exist?
getExtension()
Get extenstion.
copy(int $target_obj_id)
Copy tile image to repository object.
getFullPath()
Get full path of the tile image file.
saveFromHttpRequest(string $tmpname)
Save image from request.