ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Markdown.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\Markdown as MarkdownShape;
24
25class Markdown extends TextBase
26{
27 public function __construct(
28 MarkdownShape $markdown_shape,
29 string $raw
30 ) {
31 parent::__construct($markdown_shape, $raw);
32 }
33}
__construct(MarkdownShape $markdown_shape, string $raw)
Definition: Markdown.php:27
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc