Parsoid
A bidirectional parser between wikitext and HTML5
Loading...
Searching...
No Matches
Wikimedia\Parsoid\Core\SelserData Class Reference

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
 

Detailed Description

Data that's necessary for selective serialization, to be passed to the library entrypoint.

Constructor & Destructor Documentation

◆ __construct()

Wikimedia\Parsoid\Core\SelserData::__construct ( string $oldText,
?string $oldHTML = null )

Data that's necessary to perform selective serialization.

Parameters
string$oldText
?string$oldHTML

The documentation for this class was generated from the following file: