ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
RecordToEntity.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Listing\Entity
;
22
23
use
ILIAS\UI\Factory
as UIFactory;
24
use
ILIAS\UI\Component\Entity\Entity
;
25
29
interface
RecordToEntity
30
{
31
public
function
map
(UIFactory $ui_factory, mixed $record):
Entity
;
32
}
ILIAS\Data\Color\Factory
Builds a Color from either hex- or rgb values.
Definition:
Factory.php:31
ILIAS\UI\Component\Entity\Entity
This describes an Entity.
Definition:
Entity.php:37
ILIAS\UI\Component\Listing\Entity\RecordToEntity
Listings will have to map records to Entities.
Definition:
RecordToEntity.php:30
ILIAS\UI\Component\Listing\Entity\RecordToEntity\map
map(UIFactory $ui_factory, mixed $record)
ILIAS\UI\Component\Listing\Entity
Definition:
DataRetrieval.php:21
components
ILIAS
UI
src
Component
Listing
Entity
RecordToEntity.php
Generated on Sat Oct 18 2025 23:04:38 for ILIAS by
1.9.4 (using
Doxyfile
)