ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Standard.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Modal\InterruptiveItem
;
22
23
use
ILIAS\UI\Component\Image\Image
;
24
30
interface
Standard
extends
InterruptiveItem
31
{
35
public
function
getTitle
(): string;
36
40
public
function
getDescription
(): string;
41
45
public
function
getIcon
(): ?
Image
;
46
}
ILIAS\UI\Component\Modal\InterruptiveItem\InterruptiveItem
Interface InterruptiveItem.
Definition:
InterruptiveItem.php:30
Image
ILIAS\UI\Component\Modal\InterruptiveItem\Standard\getTitle
getTitle()
Get the title of the object.
ILIAS\UI\Component\Modal\InterruptiveItem\Standard\getIcon
getIcon()
Get the icon of the object.
ILIAS\UI\Component\Modal\InterruptiveItem\Standard\getDescription
getDescription()
Get the description of the object.
ILIAS\UI\Component\Modal\InterruptiveItem
Definition:
Factory.php:21
ILIAS\Data\LanguageTag\Standard
Definition:
Standard.php:25
components
ILIAS
UI
src
Component
Modal
InterruptiveItem
Standard.php
Generated on Sun Aug 31 2025 23:02:44 for ILIAS by
1.8.13 (using
Doxyfile
)