ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
with_lead_icon.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
8 
19 function with_lead_icon()
20 {
21  global $DIC;
22 
23  return $DIC->ui()->renderer()->render(
24  $DIC->ui()->factory()->item()->shy('Test shy Item')->withLeadIcon(
25  $DIC->ui()->factory()->symbol()->icon()->standard(Standard::GRP, 'conversation')
26  )
27  );
28 }
with_lead_icon()
description: > Example for rendering a shy item with an lead icon.
global $DIC
Definition: shib_login.php:25