|
MediaWiki
master
|


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