Moodle  2.2.1
http://www.collinsharper.com
WordLevelWikiDiff Class Reference
Inheritance diagram for WordLevelWikiDiff:
Collaboration diagram for WordLevelWikiDiff:

Public Member Functions

 WordLevelWikiDiff ($orig_lines, $closing_lines)
 _split ($lines)
 orig ()
 closing ()

Detailed Description

Definition at line 889 of file diff_nwiki.php.


Member Function Documentation

_split ( lines)

Definition at line 900 of file diff_nwiki.php.

Here is the caller graph for this function:

closing ( )

Get the closing set of lines.

This reconstructs the $to_lines parameter passed to the constructor.

Returns:
array The sequence of strings.

Reimplemented from WikiDiff.

Definition at line 923 of file diff_nwiki.php.

Here is the call graph for this function:

orig ( )

Get the original set of lines.

This reconstructs the $from_lines parameter passed to the constructor.

Returns:
array The original sequence of strings.

Reimplemented from WikiDiff.

Definition at line 911 of file diff_nwiki.php.

Here is the call graph for this function:

WordLevelWikiDiff ( orig_lines,
closing_lines 
)

Definition at line 891 of file diff_nwiki.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations