ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilObjectCustomIcon.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
26 
28 {
32  public function getSupportedFileExtensions(): array;
33 
39  public function saveFromSourceFile(string $sourceFilePath): void;
40 
46  public function saveFromHttpRequest(): void;
47 
48  public function copy(int $targetObjId): void;
49 
54  public function delete(): void;
55 
60  public function remove(): void;
61 
62  public function exists(): bool;
63 
64  public function getFullPath(): string;
65 
71  public function createFromImportDir(string $source_dir): void;
72 }
copy(int $targetObjId)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
saveFromSourceFile(string $sourceFilePath)
createFromImportDir(string $source_dir)