ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
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
11
interface
ilObjectTileImageInterface
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
}
php
An exception for terminatinating execution or to throw for unit testing.
ilObjectTileImageInterface
Tile image object.
Definition:
interface.ilObjectTileImageInterface.php:12
ilObjectTileImageInterface\copy
copy(int $target_obj_id)
Copy tile image to repository object.
ilObjectTileImageInterface\exists
exists()
Does tile image file exist?
ilObjectTileImageInterface\getExtension
getExtension()
Get extenstion.
ilObjectTileImageInterface\getFullPath
getFullPath()
Get full path of the tile image file.
ilObjectTileImageInterface\saveFromHttpRequest
saveFromHttpRequest(string $tmpname)
Save image from request.
Services
Object
CommonSettings
TileImage
interfaces
interface.ilObjectTileImageInterface.php
Generated on Sat Oct 4 2025 21:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)