Public Member Functions | |
diff ($text1, $text2) | |
creates a diff between text1 and text2 | |
createList ($text) | |
identifyCommonLines () | |
createDiff ($trace) | |
getClass ($change) | |
toHtml ($title1, $title2) | |
toText () | |
displayBlocks ($diff) | |
Public Attributes | |
$list1 | |
$list2 | |
$diff |
order is important, because diff(text1, text2) != diff(text2, text1)
diff::diff | ( | $ | text1, | |
$ | text2 | |||
) |
creates a diff between text1 and text2