ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (Refinery\String\MarkdownFormattingToHTML $markdown_to_html,) | |
toHTML (Text\Text $text) | |
toPlainText (Text\Text $text) | |
getMarkup () | |
fromString (string $text) | |
isRawStringCompliant (string $text) | |
![]() | |
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... | |
getMarkup () | |
Protected Attributes | |
Refinery Transformation | $markdown_to_html_transformation |
Definition at line 28 of file Markdown.php.
ILIAS\Data\Text\Shape\Markdown::__construct | ( | Refinery\String\MarkdownFormattingToHTML | $markdown_to_html | ) |
Definition at line 32 of file Markdown.php.
ILIAS\Data\Text\Shape\Markdown::fromString | ( | string | $text | ) |
InvalidArgumentException if $text is not compliant.
Implements ILIAS\Data\Text\Shape.
Definition at line 63 of file Markdown.php.
ILIAS\Data\Text\Shape\Markdown::getMarkup | ( | ) |
Implements ILIAS\Data\Text\Shape.
Definition at line 58 of file Markdown.php.
ILIAS\Data\Text\Shape\Markdown::isRawStringCompliant | ( | string | $text | ) |
Implements ILIAS\Data\Text\Shape.
Definition at line 68 of file Markdown.php.
ILIAS\Data\Text\Shape\Markdown::toHTML | ( | Text\Text | $text | ) |
Definition at line 38 of file Markdown.php.
ILIAS\Data\Text\Shape\Markdown::toPlainText | ( | Text\Text | $text | ) |
Definition at line 50 of file Markdown.php.
|
protected |
Definition at line 30 of file Markdown.php.