ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
InterruptiveItem.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
21 namespace ILIAS\UI\Component\Modal;
22 
24 
31 {
35  public function getId(): string;
36 
40  public function getTitle(): string;
41 
45  public function getDescription(): string;
46 
50  public function getIcon(): ?Image;
51 }
getIcon()
Get the icon of the item.
getTitle()
Get the title of the item.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21
getId()
Return an ID of the item.
getDescription()
Get the description of a title.