|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
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 23 of file TextBase.php.
| ILIAS\Data\Text\TextBase::__construct | ( | protected Shape | $shape, |
| protected string | $raw | ||
| ) |
Definition at line 25 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 39 of file TextBase.php.
| ILIAS\Data\Text\TextBase::getRawRepresentation | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 62 of file TextBase.php.
| ILIAS\Data\Text\TextBase::getShape | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 34 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 47 of file TextBase.php.
| ILIAS\Data\Text\TextBase::toHTML | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 52 of file TextBase.php.
| ILIAS\Data\Text\TextBase::toPlainText | ( | ) |
Implements ILIAS\Data\Text\Text.
Definition at line 57 of file TextBase.php.