ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
RecordToEntity.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use ILIAS\UI\Factory as UIFactory;
25
30{
31 public function map(UIFactory $ui_factory, mixed $record): Entity;
32}
Builds a Color from either hex- or rgb values.
Definition: Factory.php:31
This describes an Entity.
Definition: Entity.php:37
Listings will have to map records to Entities.
map(UIFactory $ui_factory, mixed $record)