ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
4 
5 use \ILIAS\UI\Component\Component as Component;
6 
10 interface Factory
11 {
12 
40  public function standard($content);
41 
42 
62  public function listing($items);
63 }
listing($items)
description: purpose: > Listing Popovers are used to display list items.
standard($content)
description: purpose: > Standard Popovers are used to display other components.
Factory to create different types of Popovers.
Definition: Factory.php:10