ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
29 interface Factory
30 {
46  public function listing(string $title, array $item_groups): Component\Panel\Secondary\Listing;
47 
67  public function legacy(string $title, Component\Legacy\Content $legacy): Component\Panel\Secondary\Legacy;
68 }
listing(string $title, array $item_groups)
description: purpose: > Secondary Listing Panel present lists of items with similar presentation...
legacy(string $title, Component\Legacy\Content $legacy)
description: purpose: > Secondary Legacy Panel present content from a Legacy component.