MediaWiki  1.29.2
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

◆ __construct()

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

Definition at line 833 of file DiffEngine.php.

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

Member Data Documentation

◆ $leftend

int RangeDifference::$leftend

Definition at line 819 of file DiffEngine.php.

Referenced by __construct().

◆ $leftlength

int RangeDifference::$leftlength

Definition at line 822 of file DiffEngine.php.

◆ $leftstart

int RangeDifference::$leftstart

Definition at line 816 of file DiffEngine.php.

Referenced by __construct().

◆ $rightend

int RangeDifference::$rightend

Definition at line 828 of file DiffEngine.php.

Referenced by __construct().

◆ $rightlength

int RangeDifference::$rightlength

Definition at line 831 of file DiffEngine.php.

◆ $rightstart

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: