ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
ILIAS\Data\Text\PlainText Class Reference

This class currently is a stub only. More...

+ Inheritance diagram for ILIAS\Data\Text\PlainText:
+ Collaboration diagram for ILIAS\Data\Text\PlainText:

Public Member Functions

 __construct (protected string $plain_text="")
 
 __toString ()
 

Detailed Description

This class currently is a stub only.

It will need a proper implementation, just like Text\Markdown has.

Definition at line 27 of file PlainText.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\Text\PlainText::__construct ( protected string  $plain_text = "")

Definition at line 29 of file PlainText.php.

31 {
32 }

Member Function Documentation

◆ __toString()

ILIAS\Data\Text\PlainText::__toString ( )

Definition at line 34 of file PlainText.php.

34 : string
35 {
36 return $this->plain_text;
37 }

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