MediaWiki REL1_32
|
Public Member Functions | |
__construct ( $orig, $closing=false) | |
reverse () | |
Public Member Functions inherited from DiffOp | |
getClosing ( $i=null) | |
getOrig () | |
getType () | |
nclosing () | |
norig () | |
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 | ( | ) |
DiffOpCopy::$type = 'copy' |
Definition at line 107 of file DairikiDiff.php.