ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
semantic_groups.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Examples\Entity\Standard
;
22
38
function
semantic_groups
()
39
{
40
global
$DIC
;
41
$f
=
$DIC
->ui()->factory();
42
$renderer
=
$DIC
->ui()->renderer();
43
44
$entity =
$f
->entity()->standard(
'Primary Identifier'
,
'Secondary Identifier'
)
45
->withBlockingAvailabilityConditions(
$f
->legacy()->content(
'Blocking Conditions'
))
46
->withFeaturedProperties(
$f
->legacy()->content(
'Featured_properties'
))
47
->withPersonalStatus(
$f
->legacy()->content(
'Personal Status'
))
48
->withMainDetails(
$f
->legacy()->content(
'Main Details'
))
49
->withAvailability(
$f
->legacy()->content(
'Availability'
))
50
->withDetails(
$f
->legacy()->content(
'Details'
))
51
->withReactions(
$f
->button()->tag(
'reaction'
,
'#'
))
52
->withPrioritizedReactions(
$f
->symbol()->glyph()->like())
53
->withActions(
$f
->button()->shy(
'action'
,
'#'
))
54
;
55
56
return
$renderer
->render($entity);
57
}
$renderer
$renderer
Definition:
build_bootstrap.php:83
ILIAS\UI\Examples\Entity\Standard
Definition:
base.php:21
ILIAS\UI\Examples\Entity\Standard\semantic_groups
semantic_groups()
Definition:
semantic_groups.php:38
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
UI
src
examples
Entity
Standard
semantic_groups.php
Generated on Sat Oct 18 2025 23:04:40 for ILIAS by
1.9.4 (using
Doxyfile
)