ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
InterruptiveItem.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\UI\Component\Modal
;
4
5
use
ILIAS\UI\Component\Image\Image
;
6
12
interface
InterruptiveItem
13
{
14
20
public
function
getId
();
21
22
28
public
function
getTitle
();
29
30
36
public
function
getDescription
();
37
38
44
public
function
getIcon
();
45
}
Image
ILIAS\UI\Component\Modal\InterruptiveItem\getIcon
getIcon()
Get the icon of the item.
ILIAS\UI\Component\Modal\InterruptiveItem\getTitle
getTitle()
Get the title of the item.
ILIAS\UI\Component\Modal
Definition:
Factory.php:3
ILIAS\UI\Component\Modal\InterruptiveItem\getId
getId()
Return an ID of the item.
ILIAS\UI\Component\Modal\InterruptiveItem\getDescription
getDescription()
Get the description of a title.
ILIAS\UI\Component\Modal\InterruptiveItem
Interface InterruptiveItem.
Definition:
InterruptiveItem.php:12
src
UI
Component
Modal
InterruptiveItem.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)