ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
WordOnlyMarkdown.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\WordOnlyMarkdown
as WordOnlyMarkdownShape;
24
25
class
WordOnlyMarkdown
extends
SimpleDocumentMarkdown
26
{
27
public
function
__construct
(
28
WordOnlyMarkdownShape $word_only_markdown_shape,
29
string
$raw
30
) {
31
parent::__construct
($word_only_markdown_shape, $raw);
32
}
33
}
ILIAS\Data\Text\Shape\SimpleDocumentMarkdown
Definition:
SimpleDocumentMarkdown.php:28
ILIAS\Data\Text\Shape\WordOnlyMarkdown
Definition:
WordOnlyMarkdown.php:28
ILIAS\Data\Text\WordOnlyMarkdown\__construct
__construct(WordOnlyMarkdownShape $word_only_markdown_shape, string $raw)
Definition:
WordOnlyMarkdown.php:27
ILIAS\Data\Text
Definition:
Factory.php:21
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
components
ILIAS
Data
src
Text
WordOnlyMarkdown.php
Generated on Sat Oct 18 2025 23:02:55 for ILIAS by
1.9.4 (using
Doxyfile
)