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