ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getSupportedStructure () | |
fromString (string $text) | |
isRawStringCompliant (string $text) | |
![]() | |
__construct (MarkdownShape $markdown_shape, string $raw) | |
![]() | |
__construct (protected Shape $shape, protected string $raw) | |
getShape () | |
getMarkup () | |
getSupportedStructure () | |
toHTML () | |
toPlainText () | |
getRawRepresentation () | |
getShape () | |
getMarkup () | |
getSupportedStructure () | |
toHTML () | |
toPlainText () | |
getRawRepresentation () | |
Definition at line 27 of file SimpleDocumentMarkdown.php.
ILIAS\Data\Text\Shape\SimpleDocumentMarkdown::fromString | ( | string | $text | ) |
Reimplemented in ILIAS\Data\Text\Shape\WordOnlyMarkdown.
Definition at line 52 of file SimpleDocumentMarkdown.php.
Referenced by ILIAS\Data\Text\MarkdownFactory\simpleDocument().
ILIAS\Data\Text\Shape\SimpleDocumentMarkdown::getSupportedStructure | ( | ) |
Reimplemented from ILIAS\Data\Text\TextBase.
Reimplemented in ILIAS\Data\Text\Shape\WordOnlyMarkdown.
Definition at line 32 of file SimpleDocumentMarkdown.php.
References ILIAS\Data\Text\CODE.
ILIAS\Data\Text\Shape\SimpleDocumentMarkdown::isRawStringCompliant | ( | string | $text | ) |
Reimplemented in ILIAS\Data\Text\Shape\WordOnlyMarkdown.
Definition at line 57 of file SimpleDocumentMarkdown.php.