ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
interface.ilObjectTileImageInterface.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
use
ILIAS\Filesystem\Exception\FileNotFoundException
;
22
use
ILIAS\FileUpload\Exception\IllegalStateException
;
23
use
ILIAS\Filesystem\Exception\IOException
;
24
25
interface
ilObjectTileImageInterface
26
{
27
public
function
getExtension
(): string;
28
29
public
function
copy
(
int
$target_obj_id): void;
30
31
public
function
delete
():
void
;
32
39
public
function
saveFromHttpRequest
(
string
$tmp_name): void;
40
41
public
function
exists
(): bool;
42
43
public
function
getFullPath
(): string;
44
45
public
function
createFromImportDir
(
string
$source_dir,
string
$ext): void;
46
}
ILIAS\FileUpload\Exception\IllegalStateException
Class IllegalStateException.
Definition:
IllegalStateException.php:32
ILIAS\Filesystem\Exception\FileNotFoundException
Class FileNotFoundException.
Definition:
FileNotFoundException.php:28
ILIAS\Filesystem\Exception\IOException
Class IOException.
Definition:
IOException.php:28
ilObjectTileImageInterface
Definition:
interface.ilObjectTileImageInterface.php:26
ilObjectTileImageInterface\saveFromHttpRequest
saveFromHttpRequest(string $tmp_name)
Save image from request.
ilObjectTileImageInterface\copy
copy(int $target_obj_id)
ilObjectTileImageInterface\exists
exists()
ilObjectTileImageInterface\createFromImportDir
createFromImportDir(string $source_dir, string $ext)
ilObjectTileImageInterface\getExtension
getExtension()
ilObjectTileImageInterface\getFullPath
getFullPath()
Services
Object
CommonSettings
TileImage
interfaces
interface.ilObjectTileImageInterface.php
Generated on Sun Nov 2 2025 22:01:44 for ILIAS by
1.9.4 (using
Doxyfile
)