ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
Factory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 interface Factory
24 {
47  public function content(string $content): Content;
48 
73  public function latexContent(string $content): LatexContent;
74 
75 }
latexContent(string $content)
description: purpose: > This component is used to wrap an existing ILIAS UI element into a UI compon...
content(string $content)
description: purpose: > This component is used to wrap an existing ILIAS UI element into a UI compon...