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 
21 
23 
24 interface Factory
25 {
48  public function content(string $content): Content;
49 
50 }
content(string $content)
description: purpose: > This component is used to wrap an existing ILIAS UI element into a UI compon...