ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (protected Shape\Markdown $markdown_shape, protected Shape\SimpleDocumentMarkdown $simple_document_markdown_shape, protected Shape\WordOnlyMarkdown $word_only_markdown_shape) | |
generic (string $markdown) | |
simpleDocument (string $markdown) | |
wordOnly (string $markdown) | |
Definition at line 23 of file MarkdownFactory.php.
ILIAS\Data\Text\MarkdownFactory::__construct | ( | protected Shape\Markdown | $markdown_shape, |
protected Shape\SimpleDocumentMarkdown | $simple_document_markdown_shape, | ||
protected Shape\WordOnlyMarkdown | $word_only_markdown_shape | ||
) |
Definition at line 25 of file MarkdownFactory.php.
ILIAS\Data\Text\MarkdownFactory::generic | ( | string | $markdown | ) |
Definition at line 32 of file MarkdownFactory.php.
ILIAS\Data\Text\MarkdownFactory::simpleDocument | ( | string | $markdown | ) |
Definition at line 37 of file MarkdownFactory.php.
References ILIAS\Data\Text\Shape\SimpleDocumentMarkdown\fromString().
ILIAS\Data\Text\MarkdownFactory::wordOnly | ( | string | $markdown | ) |
Definition at line 42 of file MarkdownFactory.php.
References ILIAS\Data\Text\Shape\WordOnlyMarkdown\fromString().