ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
Listing.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
29 interface Listing extends Secondary
30 {
36  public function getItemGroups(): array;
37 }
This describes a Secondary Panel.
Definition: Secondary.php:31