|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| WordLevelWikiDiff ($orig_lines, $closing_lines) | |
| _split ($lines) | |
| orig () | |
| closing () | |
Definition at line 889 of file diff_nwiki.php.
| _split | ( | $ | lines | ) |
| closing | ( | ) |
Get the closing set of lines.
This reconstructs the $to_lines parameter passed to the constructor.
Reimplemented from WikiDiff.
Definition at line 923 of file diff_nwiki.php.

| orig | ( | ) |
Get the original set of lines.
This reconstructs the $from_lines parameter passed to the constructor.
Reimplemented from WikiDiff.
Definition at line 911 of file diff_nwiki.php.

| WordLevelWikiDiff | ( | $ | orig_lines, |
| $ | closing_lines | ||
| ) |