ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface ilObjectCustomIcon. More...
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 () | |
Interface ilObjectCustomIcon.
Definition at line 7 of file interface.ilObjectCustomIcon.php.
ilObjectCustomIcon::copy | ( | int | $targetObjId | ) |
int | $targetObjId |
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 | ( | ) |
Referenced by ilObjectCustomIconImpl\saveFromSourceFile().
ilObjectCustomIcon::saveFromSourceFile | ( | string | $sourceFilePath | ) |