ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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)