|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Data\Text\MarkdownFactory: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().
Here is the call graph for this function:| ILIAS\Data\Text\MarkdownFactory::wordOnly | ( | string | $markdown | ) |
Definition at line 42 of file MarkdownFactory.php.
References ILIAS\Data\Text\Shape\WordOnlyMarkdown\fromString().
Here is the call graph for this function: