MediaWiki  1.27.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 592 of file WikiDiff3.php.

Constructor & Destructor Documentation

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

Definition at line 612 of file WikiDiff3.php.

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

Member Data Documentation

int RangeDifference::$leftend

Definition at line 598 of file WikiDiff3.php.

Referenced by __construct().

int RangeDifference::$leftlength

Definition at line 601 of file WikiDiff3.php.

int RangeDifference::$leftstart

Definition at line 595 of file WikiDiff3.php.

Referenced by __construct().

int RangeDifference::$rightend

Definition at line 607 of file WikiDiff3.php.

Referenced by __construct().

int RangeDifference::$rightlength

Definition at line 610 of file WikiDiff3.php.

int RangeDifference::$rightstart

Definition at line 604 of file WikiDiff3.php.

Referenced by __construct().


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