|
Parsoid
A bidirectional parser between wikitext and HTML5
|
Represents the simplest possible Source: just a string, of unknown origin. More...
Inheritance diagram for Wikimedia\Parsoid\Core\SourceString:
Collaboration diagram for Wikimedia\Parsoid\Core\SourceString:Public Member Functions | |
| __construct (public string $srcText) | |
| getSrcText () | |
Represents the simplest possible Source: just a string, of unknown origin.
Generally speaking we should use a more informative Source.
| Wikimedia\Parsoid\Core\SourceString::getSrcText | ( | ) |
Implements Wikimedia\Parsoid\Core\Source.