ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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