MediaWiki  1.28.1
RangeDifference Class Reference

Alternative representation of a set of changes, by the index ranges that are changed. More...

Public Member Functions

 __construct ($leftstart, $leftend, $rightstart, $rightend)
 

Public Attributes

int $leftend
 
int $leftlength
 
int $leftstart
 
int $rightend
 
int $rightlength
 
int $rightstart
 

Detailed Description

Alternative representation of a set of changes, by the index ranges that are changed.

Definition at line 813 of file DiffEngine.php.

Constructor & Destructor Documentation

RangeDifference::__construct (   $leftstart,
  $leftend,
  $rightstart,
  $rightend 
)

Definition at line 833 of file DiffEngine.php.

References $leftend, $leftstart, $rightend, and $rightstart.

Member Data Documentation

int RangeDifference::$leftend

Definition at line 819 of file DiffEngine.php.

Referenced by __construct().

int RangeDifference::$leftlength

Definition at line 822 of file DiffEngine.php.

int RangeDifference::$leftstart

Definition at line 816 of file DiffEngine.php.

Referenced by __construct().

int RangeDifference::$rightend

Definition at line 828 of file DiffEngine.php.

Referenced by __construct().

int RangeDifference::$rightlength

Definition at line 831 of file DiffEngine.php.

int RangeDifference::$rightstart

Definition at line 825 of file DiffEngine.php.

Referenced by __construct().


The documentation for this class was generated from the following file: