|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Data\Text\Shape\SimpleDocumentMarkdown:
Collaboration diagram for ILIAS\Data\Text\Shape\SimpleDocumentMarkdown:Public Member Functions | |
| getSupportedStructure () | |
| fromString (string $text) | |
| isRawStringCompliant (string $text) | |
Public Member Functions inherited from ILIAS\Data\Text\Markdown | |
| __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 () | |
| 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.
References $text.
Referenced by ILIAS\Data\Text\MarkdownFactory\simpleDocument().
Here is the caller graph for this function:| 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.
References ILIAS\UI\Implementation\Component\Input\Field\$options, and $text.