ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
Mapping.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\Component\Entity\Entity
;
24
28
interface
Mapping
29
{
30
public
function
map
(mixed $record):
Entity
;
31
}
ILIAS\UI\Component\Entity\Entity
This describes an Entity.
Definition:
Entity.php:36
ILIAS\UI\Component\Listing\Entity\Mapping\map
map(mixed $record)
Entity
ILIAS\UI\Component\Listing\Entity
Definition:
DataRetrieval.php:21
ILIAS\UI\Component\Listing\Entity\Mapping
Hand a record over to RecordToEntity and factor an Entity.
Definition:
Mapping.php:28
components
ILIAS
UI
src
Component
Listing
Entity
Mapping.php
Generated on Wed Sep 3 2025 23:04:13 for ILIAS by
1.8.13 (using
Doxyfile
)