property DiffFormatter::$trailing_context_lines in Diff 7.2
Same name and namespace in other branches
- 5.2 DiffEngine.php \DiffFormatter::trailing_context_lines
- 5 DiffEngine.php \DiffFormatter::trailing_context_lines
- 6.2 DiffEngine.php \DiffFormatter::trailing_context_lines
- 6 DiffEngine.php \DiffFormatter::trailing_context_lines
- 7.3 DiffEngine.php \DiffFormatter::trailing_context_lines
Number of trailing context "lines" to preserve.
This should be left at zero for this class, but subclasses may want to set this to other values.
File
- ./
DiffEngine.php, line 793 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Class
- DiffFormatter
- A class to format Diffs
Code
var $trailing_context_lines = 0;