MediaWiki
REL1_24
|
Public Member Functions | |
getClosing ($i=null) | |
getOrig () | |
getType () | |
nclosing () | |
norig () | |
reverse () | |
Public Attributes | |
string[] | $closing |
string[] | $orig |
string | $type |
DiffOp::getClosing | ( | $ | i = null | ) |
DiffOp::getOrig | ( | ) |
Definition at line 57 of file DairikiDiff.php.
DiffOp::getType | ( | ) |
Definition at line 50 of file DairikiDiff.php.
DiffOp::nclosing | ( | ) |
Definition at line 87 of file DairikiDiff.php.
DiffOp::norig | ( | ) |
Definition at line 80 of file DairikiDiff.php.
DiffOp::reverse | ( | ) | [abstract] |
Reimplemented in DiffOpChange, DiffOpAdd, DiffOpDelete, DiffOpCopy, and FakeDiffOp.
string [] DiffOp::$closing |
Definition at line 45 of file DairikiDiff.php.
Referenced by DiffOpCopy\__construct(), and DiffOpChange\__construct().
string [] DiffOp::$orig |
Definition at line 41 of file DairikiDiff.php.
Referenced by DiffOpCopy\__construct(), and DiffOpChange\__construct().
string DiffOp::$type |
Reimplemented in DiffOpChange, DiffOpAdd, DiffOpDelete, and DiffOpCopy.
Definition at line 37 of file DairikiDiff.php.