ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Markdown.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Data\Text
;
22
23
use
ILIAS\Data\Text\Shape\Markdown
as
MarkdownShape
;
24
25
class
Markdown
extends
TextBase
26
{
27
public
function
__construct
(
28
MarkdownShape
$markdown_shape,
29
string
$raw
30
) {
31
parent::__construct
($markdown_shape, $raw);
32
}
33
}
ILIAS\Data\Text
Definition:
Factory.php:21
Markdown
ILIAS\Data\Text\Markdown\__construct
__construct(MarkdownShape $markdown_shape, string $raw)
Definition:
Markdown.php:27
ILIAS\Data\Text\Markdown
Definition:
Markdown.php:25
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ILIAS\Data\Text\TextBase
Definition:
TextBase.php:26
components
ILIAS
Data
src
Text
Markdown.php
Generated on Sun Aug 31 2025 23:02:45 for ILIAS by
1.8.13 (using
Doxyfile
)