ILIAS  release_8 Revision v8.24
with_lead_icon.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
6
8
9function with_lead_icon()
10{
11 global $DIC;
12
13 return $DIC->ui()->renderer()->render(
14 $DIC->ui()->factory()->item()->shy('Test shy Item')->withLeadIcon(
15 $DIC->ui()->factory()->symbol()->icon()->standard(Standard::GRP, 'conversation')
16 )
17 );
18}
global $DIC
Definition: feed.php:28
This describes the specific behavior of an ILIAS standard icon.
Definition: Standard.php:27