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

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

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

Public Member Functions

 __construct (protected string $html_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 HTML.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\Text\HTML::__construct ( protected string  $html_text = "")

Definition at line 29 of file HTML.php.

31 {
32 }

Member Function Documentation

◆ __toString()

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

Definition at line 34 of file HTML.php.

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

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