MediaWiki
1.34.0
|
Public Member Functions | |
__construct ( $lines) | |
reverse () | |
Public Member Functions inherited from DiffOp | |
getClosing ( $i=null) | |
getOrig () | |
getType () | |
nclosing () | |
norig () | |
Public Attributes | |
$type = 'delete' | |
Public Attributes inherited from DiffOp | |
string[] false | $closing |
string[] false | $orig |
string | $type |
Extends DiffOp.
Used to mark strings that have been deleted from the first string array.
Definition at line 35 of file DiffOpDelete.php.
DiffOpDelete::__construct | ( | $lines | ) |
Definition at line 38 of file DiffOpDelete.php.
References $lines.
DiffOpDelete::reverse | ( | ) |
DiffOpDelete::$type = 'delete' |
Definition at line 36 of file DiffOpDelete.php.