Core Class
View Source on Trac ↗
Core Class
Text_Diff_Engine_shell
class Text_Diff_Engine_shell
// Constructor: function Object() { [native code] } Class used internally by Diff to actually compute the diffs.
Methods 2 methods
| Method / Return | Description |
|---|---|
| diff() array | Returns the array of differences.
Parameters: $from_lines: mixed, $to_lines: mixed |
| _getLines() array | Get lines from either the old or new text
Parameters: $text_lines: mixed, $line_no: mixed, $end: mixed |
Properties
| Property / Type | Description |
|---|---|
| $_diffCommand mixed public | No description available. |
Class Information
Since Version
0.3.0
Source File
wp-includes/Text/Diff/Engine/shell.php
Advertisement