ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
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
23
use
ILIAS\UI\Component\Image\Image
;
24
30
interface
InterruptiveItem
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
}
ILIAS\UI\Component\Image\Image
Definition:
Image.php:35
ILIAS\UI\Component\Modal\InterruptiveItem
Interface InterruptiveItem.
Definition:
InterruptiveItem.php:31
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
src
UI
Component
Modal
InterruptiveItem.php
Generated on Sun Nov 2 2025 22:02:01 for ILIAS by
1.9.4 (using
Doxyfile
)