Hierarchy

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

Contains filters are case sensitive
Name Modifiers Typesort descending Description
MappedDiff::__construct function Constructor. Overrides Diff::__construct
Diff::reverse function Compute reversed Diff.
Diff::isEmpty function Check for empty diff.
Diff::lcs function Compute the length of the Longest Common Subsequence (LCS).
Diff::orig function Get the original set of lines.
Diff::closing function Get the closing set of lines.
Diff::$edits public property