You are here

property DiffFormatter::$leading_context_lines in Diff 5.2

Same name and namespace in other branches
  1. 5 DiffEngine.php \DiffFormatter::leading_context_lines
  2. 6.2 DiffEngine.php \DiffFormatter::leading_context_lines
  3. 6 DiffEngine.php \DiffFormatter::leading_context_lines
  4. 7.3 DiffEngine.php \DiffFormatter::leading_context_lines
  5. 7.2 DiffEngine.php \DiffFormatter::leading_context_lines

* Number of leading 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 748

Class

DiffFormatter
A class to format Diffs

Code

var $leading_context_lines = 0;