You are here

function DiffFormatter::_context in Diff 5.2

Same name and namespace in other branches
  1. 5 DiffEngine.php \DiffFormatter::_context()
  2. 6.2 DiffEngine.php \DiffFormatter::_context()
  3. 6 DiffEngine.php \DiffFormatter::_context()
  4. 7.3 DiffEngine.php \DiffFormatter::_context()
  5. 7.2 DiffEngine.php \DiffFormatter::_context()
1 call to DiffFormatter::_context()
DiffFormatter::_block in ./DiffEngine.php
1 method overrides DiffFormatter::_context()
DrupalDiffFormatter::_context in ./DiffEngine.php

File

./DiffEngine.php, line 870

Class

DiffFormatter
A class to format Diffs

Code

function _context($lines) {
  $this
    ->_lines($lines);
}