ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Lightbox.php
Go to the documentation of this file.
1 <?php
3 
9 interface Lightbox extends Modal
10 {
11 
17  public function getPages();
18 }
This describes commonalities between the different modals.
Definition: Modal.php:13
getPages()
Get the lightbox pages of this modal.