ILIAS  release_8 Revision v8.24
interface.ilCustomIconObjectConfiguration.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22{
26 public function getSupportedFileExtensions(): array;
27
28 public function getTargetFileExtension(): string;
29
30 public function getBaseDirectory(): string;
31
32 public function getSubDirectoryPrefix(): string;
33
38 public function getUploadPostProcessors(): array;
39}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getUploadPostProcessors()
A collection of post processors which are invoked if a new icon has been uploaded.