MediaWiki  REL1_24
HWLDFWordAccumulator Class Reference

Additions by Axel Boldt follow, partly taken from diff.php, phpwiki-1.3.3. More...

List of all members.

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 = ''

Detailed Description

Additions by Axel Boldt follow, partly taken from diff.php, phpwiki-1.3.3.

Todo:
document
Access:
private

Definition at line 892 of file DairikiDiff.php.


Member Function Documentation

HWLDFWordAccumulator::addWords ( words,
tag = '' 
)
Parameters:
string[]$words
string$tag

Definition at line 938 of file DairikiDiff.php.

Referenced by WordLevelDiff\closing(), and WordLevelDiff\orig().

HWLDFWordAccumulator::flushGroup ( new_tag) [private]
Parameters:
string$new_tag

Definition at line 904 of file DairikiDiff.php.

References line.

Referenced by flushLine().

HWLDFWordAccumulator::flushLine ( new_tag) [private]
Parameters:
string$new_tag

Definition at line 923 of file DairikiDiff.php.

References flushGroup(), and line.

Referenced by getLines().

Returns:
string[]

Definition at line 960 of file DairikiDiff.php.

References flushLine().


Member Data Documentation

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.


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