Parsoid
A bidirectional parser between wikitext and HTML5
|
Public Member Functions | |
__construct (?array $tokens=null, $skipOnAny=false) | |
Public Attributes | |
$tokens | |
$skipOnAny | |
Wikimedia\Parsoid\Wt2Html\TT\TokenHandlerResult::__construct | ( | ?array | $tokens = null, |
$skipOnAny = false ) |
array | null | $tokens | The new array of tokens, or null to retain the current token |
bool | $skipOnAny | Don't call this handler's onAny() method for this token |