Parsoid
A bidirectional parser between wikitext and HTML5
|
Data that's necessary for selective serialization, to be passed to the library entrypoint. More...
Public Member Functions | |
__construct (string $oldText, ?string $oldHTML=null) | |
Data that's necessary to perform selective serialization. | |
Public Attributes | |
$oldText | |
$oldHTML | |
$oldDOM | |
Data that's necessary for selective serialization, to be passed to the library entrypoint.
Wikimedia\Parsoid\Core\SelserData::__construct | ( | string | $oldText, |
?string | $oldHTML = null ) |
Data that's necessary to perform selective serialization.
string | $oldText | |
?string | $oldHTML |