You are here

property DrupalDiffFormatter::$line_stats in Diff 7.3

File

./DiffEngine.php, line 1100
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)

Class

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

Code

var $line_stats = array(
  'counter' => array(
    'x' => 0,
    'y' => 0,
  ),
  'offset' => array(
    'x' => 0,
    'y' => 0,
  ),
);