property DiffFormatter::$leading_context_lines in Diff 7.3
Same name and namespace in other branches
- 5.2 DiffEngine.php \DiffFormatter::leading_context_lines
- 5 DiffEngine.php \DiffFormatter::leading_context_lines
- 6.2 DiffEngine.php \DiffFormatter::leading_context_lines
- 6 DiffEngine.php \DiffFormatter::leading_context_lines
- 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 791 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Class
- DiffFormatter
- A class to format Diffs
Code
var $leading_context_lines = 0;