ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
with_lead_icon.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
35 function with_lead_icon()
36 {
37  global $DIC;
38 
39  return $DIC->ui()->renderer()->render(
40  $DIC->ui()->factory()->item()->shy('Test shy Item')->withLeadIcon(
41  $DIC->ui()->factory()->symbol()->icon()->standard(Standard::GRP, 'conversation')
42  )
43  );
44 }
with_lead_icon()
description: > Example for rendering a shy item with an lead icon.
global $DIC
Definition: shib_login.php:22