ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct () | |
_flushGroup ($new_tag) | |
_flushLine ($new_tag) | |
addWords ($words, $tag='') | |
getLines () | |
Private Attributes | |
array | $_lines |
string | $_line |
string | $_group |
string | $_tag |
Definition at line 1026 of file class.WordLevelDiff.php.
_HWLDF_WordAccumulator::__construct | ( | ) |
Definition at line 1033 of file class.WordLevelDiff.php.
_HWLDF_WordAccumulator::_flushGroup | ( | $new_tag | ) |
Definition at line 1041 of file class.WordLevelDiff.php.
Referenced by _flushLine(), and addWords().
_HWLDF_WordAccumulator::_flushLine | ( | $new_tag | ) |
Definition at line 1058 of file class.WordLevelDiff.php.
References _flushGroup(), and NBSP.
Referenced by addWords(), and getLines().
_HWLDF_WordAccumulator::addWords | ( | $words, | |
$tag = '' |
|||
) |
Definition at line 1070 of file class.WordLevelDiff.php.
References _flushGroup(), and _flushLine().
_HWLDF_WordAccumulator::getLines | ( | ) |
Definition at line 1090 of file class.WordLevelDiff.php.
References $_lines, and _flushLine().
|
private |
Definition at line 1030 of file class.WordLevelDiff.php.
|
private |
Definition at line 1029 of file class.WordLevelDiff.php.
|
private |
Definition at line 1028 of file class.WordLevelDiff.php.
Referenced by getLines().
|
private |
Definition at line 1031 of file class.WordLevelDiff.php.