MediaWiki REL1_34
|
Public Member Functions | |
__construct ( $orig, $closing) | |
reverse () | |
Public Member Functions inherited from DiffOp | |
getClosing ( $i=null) | |
getOrig () | |
getType () | |
nclosing () | |
norig () | |
Public Attributes | |
$type = 'change' | |
Public Attributes inherited from DiffOp | |
string[] false | $closing |
string[] false | $orig |
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 | |||
) |
Definition at line 38 of file DiffOpChange.php.
References DiffOp\$closing, and DiffOp\$orig.
DiffOpChange::reverse | ( | ) |
DiffOpChange::$type = 'change' |
Definition at line 36 of file DiffOpChange.php.