|
MediaWiki
master
|


Public Member Functions | |
| __construct ($orig, $closing=false) | |
| reverse () | |
Public Member Functions inherited from DiffOp | |
| getClosing ($i=null) | |
| getOrig () | |
| getType () | |
| nclosing () | |
| norig () | |
| reverse () | |
Public Attributes | |
| $type = 'copy' | |
Public Attributes inherited from DiffOp | |
| string[] | $closing |
| string[] | $orig |
| string | $type |
Extends DiffOp.
Used to mark strings that have been copied from one string array to the other.
Definition at line 106 of file DairikiDiff.php.
| DiffOpCopy::__construct | ( | $orig, | |
$closing = false |
|||
| ) |
Definition at line 109 of file DairikiDiff.php.
References DiffOp\$closing, and DiffOp\$orig.
| DiffOpCopy::reverse | ( | ) |
Definition at line 120 of file DairikiDiff.php.
| DiffOpCopy::$type = 'copy' |
Definition at line 107 of file DairikiDiff.php.