ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Markdown.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\Data\Text;
22 
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 }
__construct(MarkdownShape $markdown_shape, string $raw)
Definition: Markdown.php:27
__construct(Container $dic, ilPlugin $plugin)