ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilObjectTileImageInterface.php
Go to the documentation of this file.
1 <?php
2 
3 declare(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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
copy(int $target_obj_id)
saveFromHttpRequest(string $tmp_name)
Save image from request.
createFromImportDir(string $source_dir, string $ext)