ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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