|
MediaWiki
master
|


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