MediaWiki
REL1_24
|
Additions by Axel Boldt follow, partly taken from diff.php, phpwiki-1.3.3. More...
Public Member Functions | |
addWords ($words, $tag= '') | |
getLines () | |
Public Attributes | |
$delClass = ' class="diffchange diffchange-inline"' | |
$insClass = ' class="diffchange diffchange-inline"' | |
Private Member Functions | |
flushGroup ($new_tag) | |
flushLine ($new_tag) | |
Private Attributes | |
$group = '' | |
$line = '' | |
$lines = array() | |
$tag = '' |
Additions by Axel Boldt follow, partly taken from diff.php, phpwiki-1.3.3.
Definition at line 892 of file DairikiDiff.php.
HWLDFWordAccumulator::addWords | ( | $ | words, |
$ | tag = '' |
||
) |
string[] | $words | |
string | $tag |
Definition at line 938 of file DairikiDiff.php.
Referenced by WordLevelDiff\closing(), and WordLevelDiff\orig().
HWLDFWordAccumulator::flushGroup | ( | $ | new_tag | ) | [private] |
string | $new_tag |
Definition at line 904 of file DairikiDiff.php.
References line.
Referenced by flushLine().
HWLDFWordAccumulator::flushLine | ( | $ | new_tag | ) | [private] |
string | $new_tag |
Definition at line 923 of file DairikiDiff.php.
References flushGroup(), and line.
Referenced by getLines().
HWLDFWordAccumulator::$delClass = ' class="diffchange diffchange-inline"' |
Definition at line 894 of file DairikiDiff.php.
HWLDFWordAccumulator::$group = '' [private] |
Definition at line 898 of file DairikiDiff.php.
HWLDFWordAccumulator::$insClass = ' class="diffchange diffchange-inline"' |
Definition at line 893 of file DairikiDiff.php.
HWLDFWordAccumulator::$line = '' [private] |
Definition at line 897 of file DairikiDiff.php.
HWLDFWordAccumulator::$lines = array() [private] |
Definition at line 896 of file DairikiDiff.php.
HWLDFWordAccumulator::$tag = '' [private] |
Definition at line 899 of file DairikiDiff.php.