MediaWiki
1.23.2
|
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 890 of file DairikiDiff.php.
HWLDFWordAccumulator::addWords | ( | $words, | |
$tag = '' |
|||
) |
string[] | $words | |
string | $tag |
Definition at line 936 of file DairikiDiff.php.
References $tag, as, flushGroup(), and flushLine().
Referenced by WordLevelDiff\closing(), and WordLevelDiff\orig().
|
private |
string | $new_tag |
Definition at line 902 of file DairikiDiff.php.
References line.
Referenced by addWords(), and flushLine().
|
private |
string | $new_tag |
Definition at line 921 of file DairikiDiff.php.
References flushGroup(), and line.
Referenced by addWords(), and getLines().
HWLDFWordAccumulator::getLines | ( | ) |
HWLDFWordAccumulator::$delClass = ' class="diffchange diffchange-inline"' |
Definition at line 892 of file DairikiDiff.php.
|
private |
Definition at line 896 of file DairikiDiff.php.
HWLDFWordAccumulator::$insClass = ' class="diffchange diffchange-inline"' |
Definition at line 891 of file DairikiDiff.php.
|
private |
Definition at line 895 of file DairikiDiff.php.
|
private |
Definition at line 894 of file DairikiDiff.php.
Referenced by getLines().
|
private |
Definition at line 897 of file DairikiDiff.php.
Referenced by addWords().