ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Image\Image
Definition:
Image.php:18
ILIAS\UI\Component\Modal\InterruptiveItem
Interface InterruptiveItem.
Definition:
InterruptiveItem.php:13
ILIAS\UI\Component\Modal\InterruptiveItem\getTitle
getTitle()
Get the title of the item.
ILIAS\UI\Component\Modal\InterruptiveItem\getDescription
getDescription()
Get the description of a title.
ILIAS\UI\Component\Modal\InterruptiveItem\getId
getId()
Return an ID of the item.
ILIAS\UI\Component\Modal\InterruptiveItem\getIcon
getIcon()
Get the icon of the item.
ILIAS\UI\Component\Modal
Definition:
Factory.php:3
src
UI
Component
Modal
InterruptiveItem.php
Generated on Sat Oct 4 2025 21:01:14 for ILIAS by
1.9.4 (using
Doxyfile
)