ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\UI\Component\Entity\Entity
This describes an Entity.
Definition:
Entity.php:36
Factory
Entity
ILIAS\UI\Component\Listing\Entity\RecordToEntity\map
map(UIFactory $ui_factory, mixed $record)
ILIAS\UI\Component\Listing\Entity
Definition:
DataRetrieval.php:21
ILIAS\UI\Component\Listing\Entity\RecordToEntity
Listings will have to map records to Entities.
Definition:
RecordToEntity.php:29
components
ILIAS
UI
src
Component
Listing
Entity
RecordToEntity.php
Generated on Wed Sep 3 2025 23:04:13 for ILIAS by
1.8.13 (using
Doxyfile
)