ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Data\Text\WordOnlyMarkdown Class Reference
+ Inheritance diagram for ILIAS\Data\Text\WordOnlyMarkdown:
+ Collaboration diagram for ILIAS\Data\Text\WordOnlyMarkdown:

Public Member Functions

 __construct (WordOnlyMarkdownShape $word_only_markdown_shape, string $raw)
 
- Public Member Functions inherited from ILIAS\Data\Text\Shape\SimpleDocumentMarkdown
 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 ()
 

Detailed Description

Definition at line 25 of file WordOnlyMarkdown.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\Text\WordOnlyMarkdown::__construct ( WordOnlyMarkdownShape  $word_only_markdown_shape,
string  $raw 
)

Definition at line 27 of file WordOnlyMarkdown.php.

30 {
31 parent::__construct($word_only_markdown_shape, $raw);
32 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: