ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Listing.php
Go to the documentation of this file.
1 <?php
2 
4 
10 interface Listing extends Popover
11 {
12 
18  public function getItems();
19 }
Describes the Popover component.
Definition: Popover.php:13
getItems()
Get the list items of this popover.