ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Data\Text\Markdown Class Reference
+ Inheritance diagram for ILIAS\Data\Text\Markdown:
+ Collaboration diagram for ILIAS\Data\Text\Markdown:

Public Member Functions

 __construct (MarkdownShape $markdown_shape, string $raw)
 
- Public Member Functions inherited from ILIAS\Data\Text\TextBase
 __construct (protected Shape $shape, protected string $raw)
 
 getShape ()
 
 getMarkup ()
 
 getSupportedStructure ()
 
 toHTML ()
 
 toPlainText ()
 
 getRawRepresentation ()
 

Detailed Description

Definition at line 25 of file Markdown.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\Text\Markdown::__construct ( MarkdownShape  $markdown_shape,
string  $raw 
)

Definition at line 27 of file Markdown.php.

References ILIAS\GlobalScreen\Provider\__construct().

30  {
31  parent::__construct($markdown_shape, $raw);
32  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: