ILIAS  release_7 Revision v7.30-3-g800a261c036
LightboxPage.php
Go to the documentation of this file.
1<?php
2
4
6
12interface LightboxPage
13{
14
20 public function getTitle();
21
22
29 public function getComponent();
30}
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,...