ILIAS  release_8 Revision v8.24
interface.ilObjectTileImageInterface.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
24
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}
saveFromHttpRequest(string $tmp_name)
Save image from request.
copy(int $target_obj_id)
createFromImportDir(string $source_dir, string $ext)