ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Listing.php
Go to the documentation of this file.
1<?php
2
4
10interface Listing extends Popover
11{
12
18 public function getItems();
19}
An exception for terminatinating execution or to throw for unit testing.
getItems()
Get the list items of this popover.
Describes the Popover component.
Definition: Popover.php:14