ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Factory.php
Go to the documentation of this file.
1<?php
2
4
5use \ILIAS\UI\Component\Component as Component;
6
10interface Factory
11{
12
40 public function standard($content);
41
42
62 public function listing($items);
63}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
Factory to create different types of Popovers.
Definition: Factory.php:11