MediaWiki REL1_40
|
Stores, escapes and formats the results of word-level diff. More...
Public Member Functions | |
addWords ( $words, $tag='') | |
getLines () | |
Public Attributes | |
string | $delClass = ' class="diffchange diffchange-inline"' |
string | $insClass = ' class="diffchange diffchange-inline"' |
Stores, escapes and formats the results of word-level diff.
Definition at line 34 of file WordAccumulator.php.
MediaWiki\Diff\WordAccumulator::addWords | ( | $words, | |
$tag = '' ) |
string[] | $words | |
string | $tag |
Definition at line 85 of file WordAccumulator.php.
Referenced by WordLevelDiff\closing(), and WordLevelDiff\orig().
MediaWiki\Diff\WordAccumulator::getLines | ( | ) |
Definition at line 109 of file WordAccumulator.php.
string MediaWiki\Diff\WordAccumulator::$delClass = ' class="diffchange diffchange-inline"' |
Definition at line 38 of file WordAccumulator.php.
string MediaWiki\Diff\WordAccumulator::$insClass = ' class="diffchange diffchange-inline"' |
Definition at line 36 of file WordAccumulator.php.