ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
LightboxPage.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\UI\Component\Modal
;
4
5
use
ILIAS\UI\Component\Component
;
6
12
interface
LightboxPage
13
{
14
20
public
function
getTitle
();
21
22
29
public
function
getComponent
();
30
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:14
ILIAS\UI\Component\Modal\LightboxPage
Interface LightboxPage.
Definition:
LightboxPage.php:13
ILIAS\UI\Component\Modal\LightboxPage\getTitle
getTitle()
Get the title of this page, displayed as title in the lightbox modal.
ILIAS\UI\Component\Modal\LightboxPage\getComponent
getComponent()
Get the component representing the media item to be displayed in the modals content section,...
ILIAS\UI\Component\Modal
Definition:
Factory.php:3
src
UI
Component
Modal
LightboxPage.php
Generated on Thu Oct 2 2025 19:02:05 for ILIAS by
1.9.4 (using
Doxyfile
)