MediaWiki REL1_39
|
Public Member Functions | |
__construct ( $orig, $closing) | |
reverse () | |
Public Member Functions inherited from DiffOp | |
getClosing ( $i=null) | |
Without a line number this returns either all lines on the right ("new") side of the diff, or false when it's a delete operation. | |
getOrig () | |
Returns either all lines on the left ("old") side of the diff, or false when it's an add operation. | |
getType () | |
nclosing () | |
norig () | |
Public Attributes | |
$type = 'change' | |
Public Attributes inherited from DiffOp | |
string[] false | $closing |
The right ("new") side of the diff, or false when it's a "delete". | |
string[] false | $orig |
The left ("old") side of the diff, or false when it's an "add". | |
string | $type |
Extends DiffOp.
Used to mark strings that have been changed from the first string array (both added and subtracted).
Definition at line 35 of file DiffOpChange.php.
DiffOpChange::__construct | ( | $orig, | |
$closing ) |
string[] | $orig | |
string[] | $closing |
Definition at line 43 of file DiffOpChange.php.
References DiffOp\$closing, and DiffOp\$orig.
DiffOpChange::reverse | ( | ) |
DiffOpChange::$type = 'change' |
Definition at line 37 of file DiffOpChange.php.