|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilObjectCustomIcon:
Collaboration diagram for ilObjectCustomIcon:Public Member Functions | |
| getSupportedFileExtensions () | |
| saveFromSourceFile (string $sourceFilePath) | |
| saveFromHttpRequest () | |
| copy (int $targetObjId) | |
| delete () | |
| Should be called if a consuming object is removed from system. More... | |
| remove () | |
| Should be called if a consuming object just wants to delete the icon The implementer MUST only delete the icon itself and corresponding persistent data (e.g. More... | |
| exists () | |
| getFullPath () | |
| createFromImportDir (string $source_dir) | |
Definition at line 27 of file interface.ilObjectCustomIcon.php.
| ilObjectCustomIcon::copy | ( | int | $targetObjId | ) |
Implemented in ilObjectCustomIconImpl.
| ilObjectCustomIcon::createFromImportDir | ( | string | $source_dir | ) |
| DirectoryNotFoundException | |
| FileNotFoundException | |
| IOException |
Implemented in ilObjectCustomIconImpl.
| ilObjectCustomIcon::delete | ( | ) |
Should be called if a consuming object is removed from system.
The implementer MUST delete all object specific custom icon data (folders, icons, persistent data)
Implemented in ilObjectCustomIconImpl.
| ilObjectCustomIcon::exists | ( | ) |
Implemented in ilObjectCustomIconImpl.
| ilObjectCustomIcon::getFullPath | ( | ) |
Implemented in ilObjectCustomIconImpl.
| ilObjectCustomIcon::getSupportedFileExtensions | ( | ) |
Implemented in ilObjectCustomIconImpl.
| ilObjectCustomIcon::remove | ( | ) |
Should be called if a consuming object just wants to delete the icon The implementer MUST only delete the icon itself and corresponding persistent data (e.g.
stored in a database)
Implemented in ilObjectCustomIconImpl.
| ilObjectCustomIcon::saveFromHttpRequest | ( | ) |
| IllegalStateException | |
| FileNotFoundException | |
| IOException |
| ilObjectCustomIcon::saveFromSourceFile | ( | string | $sourceFilePath | ) |
| FileAlreadyExistsException | |
| FileNotFoundException | |
| IOException |
Implemented in ilObjectCustomIconImpl.