ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
LightboxPage.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
12 interface LightboxPage
13 {
14 
20  public function getTitle();
21 
22 
28  public function getDescription();
29 
30 
37  public function getComponent();
38 }
getDescription()
Get the description of this page, displayed along with the media item.
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...