You are here

function DrupalDiffFormatter::_lines in Diff 6

Same name and namespace in other branches
  1. 5.2 DiffEngine.php \DrupalDiffFormatter::_lines()
  2. 6.2 DiffEngine.php \DrupalDiffFormatter::_lines()
  3. 7.3 DiffEngine.php \DrupalDiffFormatter::_lines()
  4. 7.2 DiffEngine.php \DrupalDiffFormatter::_lines()

Overrides DiffFormatter::_lines

File

./DiffEngine.php, line 1077

Class

DrupalDiffFormatter
Diff formatter which uses Drupal theme functions. @private @subpackage DifferenceEngine

Code

function _lines($lines, $prefix = ' ', $color = 'white') {
}