|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Data\Text\Shape\Markdown:
Collaboration diagram for ILIAS\Data\Text\Shape\Markdown: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) | |
Public Member Functions inherited from ILIAS\Data\Text\Shape | |
| 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.
References $text.
| 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.
References $text.
| ILIAS\Data\Text\Shape\Markdown::toPlainText | ( | Text\Text | $text | ) |
Definition at line 50 of file Markdown.php.
References $text.
|
protected |
Definition at line 30 of file Markdown.php.