|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Data\Text\TextBase:
Collaboration diagram for ILIAS\Data\Text\TextBase:Public Member Functions | |
| __construct (protected Shape $shape, protected string $raw) | |
| getShape () | |
| getMarkup () | |
| getSupportedStructure () | |
| toHTML () | |
| toPlainText () | |
| getRawRepresentation () | |
| 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().
Here is the call graph for this function:| 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 | ( | ) |
Implements ILIAS\Data\Text\Text.
Reimplemented in ILIAS\Data\Text\Shape\SimpleDocumentMarkdown, and ILIAS\Data\Text\Shape\WordOnlyMarkdown.
Definition at line 50 of file TextBase.php.
| 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.