function DiffFormatter::_context in Diff 6
Same name and namespace in other branches
- 5.2 DiffEngine.php \DiffFormatter::_context()
- 5 DiffEngine.php \DiffFormatter::_context()
- 6.2 DiffEngine.php \DiffFormatter::_context()
- 7.3 DiffEngine.php \DiffFormatter::_context()
- 7.2 DiffEngine.php \DiffFormatter::_context()
1 call to DiffFormatter::_context()
1 method overrides DiffFormatter::_context()
File
- ./DiffEngine.php, line 872 
Class
- DiffFormatter
- A class to format Diffs
Code
function _context($lines) {
  $this
    ->_lines($lines);
}