ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Data\Text\HTML Class Reference

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

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

Public Member Functions

 __construct (protected string $html_text="")
 

Detailed Description

This class currently is a stub only.

It will need a proper implementation, just like Text 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  $this->html_text = $html_text;
33  }

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