Public Member Functions | |
WordLevelDiff ($orig_lines, $closing_lines) | |
_split ($lines) | |
orig () | |
Get the original set of lines. | |
closing () | |
Get the closing set of lines. | |
Public Attributes | |
const | MAX_LINE_LENGTH = 10000 |
Definition at line 1989 of file DifferenceEngine.php.
WordLevelDiff::_split | ( | $ | lines | ) |
Definition at line 2003 of file DifferenceEngine.php.
References wfProfileIn(), and wfProfileOut().
Referenced by WordLevelDiff().
WordLevelDiff::closing | ( | ) |
Get the closing set of lines.
This reconstructs the $to_lines parameter passed to the constructor.
Reimplemented from Diff.
Definition at line 2050 of file DifferenceEngine.php.
References wfProfileIn(), and wfProfileOut().
WordLevelDiff::orig | ( | ) |
Get the original set of lines.
This reconstructs the $from_lines parameter passed to the constructor.
Reimplemented from Diff.
Definition at line 2035 of file DifferenceEngine.php.
References wfProfileIn(), and wfProfileOut().
WordLevelDiff::WordLevelDiff | ( | $ | orig_lines, | |
$ | closing_lines | |||
) |
Definition at line 1992 of file DifferenceEngine.php.
References _split(), MappedDiff::MappedDiff(), wfProfileIn(), and wfProfileOut().
const WordLevelDiff::MAX_LINE_LENGTH = 10000 |
Definition at line 1990 of file DifferenceEngine.php.