19declare(strict_types=1);
21use ILIAS\Object\Properties\ObjectTypeSpecificProperties\ilObjectTypeSpecificPropertyProviders;
32 ImageFactory $factory,
38 public function getObjectTypeSpecificIcon(
40 IconFactory $icon_factory,
50 if ($custom_icon?->exists()) {
51 return $icon_factory->custom(
52 $custom_icon->getFullPath(),
getObjectTypeSpecificTileImage(int $obj_id, ImageFactory $factory, StorageService $irss)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This is how the factory for UI elements looks.
This describes the behavior of an custom icon.
This is how a factory for icons looks like.