ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ObjectTypeSpecificPropertyProviders.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 }
getObjectTypeSpecificIcon(int $object_id, IconFactory $factory, StorageService $irss)
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getObjectTypeSpecificTileImage(int $object_id, ImageFactory $factory, StorageService $irss)
This is how the factory for UI elements looks.
Definition: Factory.php:27