ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
with_lead_icon.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
8 
9 function 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