ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Legacy
;
22
23
interface
Factory
24
{
47
public
function
content
(
string
$content):
Content
;
48
73
public
function
latexContent
(
string
$content):
LatexContent
;
74
75
}
ILIAS\UI\Component\Legacy\Content
Definition:
Content.php:32
ILIAS\UI\Component\Legacy\LatexContent
Definition:
LatexContent.php:29
ILIAS\UI\Component\Legacy\Factory\latexContent
latexContent(string $content)
description: purpose: > This component is used to wrap an existing ILIAS UI element into a UI compon...
ILIAS\UI\Component\Legacy\Factory
Definition:
Factory.php:23
ILIAS\UI\Component\Legacy
Definition:
Content.php:21
ILIAS\UI\Component\Legacy\Factory\content
content(string $content)
description: purpose: > This component is used to wrap an existing ILIAS UI element into a UI compon...
components
ILIAS
UI
src
Component
Legacy
Factory.php
Generated on Sun Aug 31 2025 23:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)