property DiffFormatter::$trailing_context_lines in Diff 6
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
- 7.3 DiffEngine.php \DiffFormatter::trailing_context_lines
- 7.2 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 758
Class
- DiffFormatter
- A class to format Diffs
Code
var $trailing_context_lines = 0;