You are here

function DrupalDiffFormatter::DrupalDiffFormatter in Diff 5.2

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

File

./DiffEngine.php, line 1040

Class

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

Code

function DrupalDiffFormatter() {
  $this->leading_context_lines = 2;
  $this->trailing_context_lines = 2;
}