ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
LightboxPage.php
Go to the documentation of this file.
1<?php
2
4
6
12interface LightboxPage
13{
14
20 public function getTitle();
21
22
28 public function getDescription();
29
30
37 public function getComponent();
38}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
getTitle()
Get the title of this page, displayed as title in the lightbox modal.
getComponent()
Get the component representing the media item to be displayed in the modals content section,...
getDescription()
Get the description of this page, displayed along with the media item.