ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (protected Shape $shape, protected string $raw) | |
getShape () | |
getMarkup () | |
getSupportedStructure () | |
toHTML () | |
toPlainText () | |
getRawRepresentation () | |
Definition at line 26 of file TextBase.php.
ILIAS\Data\Text\TextBase::__construct | ( | protected Shape | $shape, |
protected string | $raw | ||
) |
Definition at line 28 of file TextBase.php.
References ILIAS\Data\Text\Shape\isRawStringCompliant().
ILIAS\Data\Text\TextBase::getMarkup | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 42 of file TextBase.php.
ILIAS\Data\Text\TextBase::getRawRepresentation | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 65 of file TextBase.php.
ILIAS\Data\Text\TextBase::getShape | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 37 of file TextBase.php.
ILIAS\Data\Text\TextBase::getSupportedStructure | ( | ) |
ILIAS\Data\Text\TextBase::toHTML | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 55 of file TextBase.php.
ILIAS\Data\Text\TextBase::toPlainText | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 60 of file TextBase.php.