property DrupalDiffFormatter::$line_stats

File

drupal/core/lib/Drupal/Component/Diff/DiffEngine.php, line 1093
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,
  ),
);