|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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... | |
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.
| 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\LightboxCardPage, ILIAS\UI\Implementation\Component\Modal\LightboxImagePage, and ILIAS\UI\Implementation\Component\Modal\LightboxTextPage.
Referenced by ILIAS\UI\Implementation\Component\Modal\Renderer\renderPage().
Here is the caller graph for this function:| 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\LightboxCardPage, ILIAS\UI\Implementation\Component\Modal\LightboxImagePage, and ILIAS\UI\Implementation\Component\Modal\LightboxTextPage.
Referenced by ILIAS\UI\Implementation\Component\Modal\Renderer\renderPage().
Here is the caller graph for this function: