ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
Standard.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
ILIAS\Data\LanguageTag\Standard
Definition:
Standard.php:25
src
UI
Component
Modal
InterruptiveItem
Standard.php
Generated on Wed Sep 10 2025 14:12:04 for ILIAS by
1.8.13 (using
Doxyfile
)