ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ObjectTypeSpecificPropertyProviders.php
Go to the documentation of this file.
1<?php
2
20
22use ILIAS\UI\Component\Image\Factory as ImageFactory;
25use ILIAS\ResourceStorage\Services as StorageService;
26
28{
35 int $object_id,
36 ImageFactory $factory,
37 StorageService $irss
38 ): ?Image;
40 int $object_id,
41 IconFactory $factory,
42 StorageService $irss
43 ): ?CustomIcon;
44}
getObjectTypeSpecificIcon(int $object_id, IconFactory $factory, StorageService $irss)
getObjectTypeSpecificTileImage(int $object_id, ImageFactory $factory, StorageService $irss)
This is how the factory for UI elements looks.
Definition: Factory.php:28
This describes the behavior of an custom icon.
Definition: Custom.php:27
This is how a factory for icons looks like.
Definition: Factory.php:27
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...