You are here

property DiffFormatter::$trailing_context_lines in Diff 7.2

Same name and namespace in other branches
  1. 5.2 DiffEngine.php \DiffFormatter::trailing_context_lines
  2. 5 DiffEngine.php \DiffFormatter::trailing_context_lines
  3. 6.2 DiffEngine.php \DiffFormatter::trailing_context_lines
  4. 6 DiffEngine.php \DiffFormatter::trailing_context_lines
  5. 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;