ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilObjectTypeSpecificPropertyProviders.php
Go to the documentation of this file.
1 <?php
2 
20 
22 use ILIAS\UI\Component\Image\Factory as ImageFactory;
26 
28 {
34  public function getObjectTypeSpecificTileImage(
35  int $object_id,
36  ImageFactory $factory,
37  StorageService $irss
38  ): ?Image;
39  public function getObjectTypeSpecificIcon(
40  int $object_id,
41  IconFactory $factory,
42  StorageService $irss
43  ): ?CustomIcon;
44 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This is how a factory for icons looks like.
Definition: Factory.php:26
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getObjectTypeSpecificIcon(int $object_id, IconFactory $factory, StorageService $irss)
This is how the factory for UI elements looks.
Definition: Factory.php:27
getObjectTypeSpecificTileImage(int $object_id, ImageFactory $factory, StorageService $irss)