ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
interface.ilObjectCustomIcon.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8{
12 public function getSupportedFileExtensions() : array ;
13
20 public function saveFromSourceFile(string $sourceFilePath);
21
27 public function saveFromHttpRequest();
28
32 public function copy(int $targetObjId);
33
38 public function delete();
39
44 public function remove();
45
49 public function exists() : bool ;
50
54 public function getFullPath() : string ;
55}
An exception for terminatinating execution or to throw for unit testing.
Interface ilObjectCustomIcon.
saveFromSourceFile(string $sourceFilePath)
copy(int $targetObjId)