ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\Modal\LightboxPage Interface Reference

Interface LightboxPage. More...

+ Inheritance diagram for ILIAS\UI\Component\Modal\LightboxPage:
+ Collaboration diagram for ILIAS\UI\Component\Modal\LightboxPage:

Public Member Functions

 getTitle ()
 Get the title of this page, displayed as title in the lightbox modal. More...
 
 getComponent ()
 Get the component representing the media item to be displayed in the modals content section, e.g. More...
 

Detailed Description

Interface LightboxPage.

A lightbox page represents a page displaying a media element, such as image, video or text.

Definition at line 30 of file LightboxPage.php.

Member Function Documentation

◆ getComponent()

ILIAS\UI\Component\Modal\LightboxPage::getComponent ( )

Get the component representing the media item to be displayed in the modals content section, e.g.

an image.

Implemented in ILIAS\UI\Implementation\Component\Modal\LightboxImagePage, ILIAS\UI\Implementation\Component\Modal\LightboxTextPage, and ILIAS\UI\Implementation\Component\Modal\LightboxCardPage.

Referenced by ILIAS\UI\Implementation\Component\Modal\Renderer\renderPage().

+ Here is the caller graph for this function:

◆ getTitle()

ILIAS\UI\Component\Modal\LightboxPage::getTitle ( )

Get the title of this page, displayed as title in the lightbox modal.

Implemented in ILIAS\UI\Implementation\Component\Modal\LightboxImagePage, ILIAS\UI\Implementation\Component\Modal\LightboxTextPage, and ILIAS\UI\Implementation\Component\Modal\LightboxCardPage.

Referenced by ILIAS\UI\Implementation\Component\Modal\Renderer\renderPage().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: