ILIAS  release_7 Revision v7.30-3-g800a261c036
Lightbox.php
Go to the documentation of this file.
1<?php
3
9interface Lightbox extends Modal
10{
11
17 public function getPages();
18}
An exception for terminatinating execution or to throw for unit testing.
getPages()
Get the lightbox pages of this modal.
This describes commonalities between the different modals.
Definition: Modal.php:14