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