ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getSupportedStructure () | |
fromString (string $text) | |
isRawStringCompliant (string $text) | |
![]() | |
__construct (Refinery\String\MarkdownFormattingToHTML $markdown_to_html,) | |
toHTML (Text\Text $text) | |
toPlainText (Text\Text $text) | |
getMarkup () | |
fromString (string $text) | |
isRawStringCompliant (string $text) | |
![]() | |
toHTML (Text $text) | |
It should almost never be required to call this directly on shape. More... | |
toPlainText (Text $text) | |
It should almost never be required to call this directly on shape. More... | |
Additional Inherited Members | |
![]() | |
Refinery Transformation | $markdown_to_html_transformation |
Definition at line 27 of file SimpleDocumentMarkdown.php.
ILIAS\Data\Text\Shape\SimpleDocumentMarkdown::fromString | ( | string | $text | ) |
Implements ILIAS\Data\Text\Shape.
Definition at line 52 of file SimpleDocumentMarkdown.php.
Referenced by ILIAS\Data\Text\MarkdownFactory\simpleDocument().
ILIAS\Data\Text\Shape\SimpleDocumentMarkdown::getSupportedStructure | ( | ) |
Definition at line 32 of file SimpleDocumentMarkdown.php.
References ILIAS\Data\Text\CODE.
ILIAS\Data\Text\Shape\SimpleDocumentMarkdown::isRawStringCompliant | ( | string | $text | ) |
Implements ILIAS\Data\Text\Shape.
Definition at line 57 of file SimpleDocumentMarkdown.php.