Hierarchy
- class Diff
- class MappedDiff
Expanded class hierarchy of MappedDiff
File
- core/
includes/ diff.inc, line 745 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Diff:: |
public | property | |
Diff:: |
function | Get the closing set of lines. | |
Diff:: |
function | Check for empty diff. | |
Diff:: |
function | Compute the length of the Longest Common Subsequence (LCS). | |
Diff:: |
function | Get the original set of lines. | |
Diff:: |
function | Compute reversed Diff. | |
MappedDiff:: |
function |
Constructor. Overrides Diff:: |