ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
WordOnlyMarkdown.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Data\Text;
22
23use ILIAS\Data\Text\Shape\WordOnlyMarkdown as WordOnlyMarkdownShape;
24
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}
__construct(WordOnlyMarkdownShape $word_only_markdown_shape, string $raw)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc