MediaWiki
1.33.1
|
The base class for all other DiffOp classes. More...
Public Member Functions | |
getClosing ( $i=null) | |
getOrig () | |
getType () | |
nclosing () | |
norig () | |
reverse () | |
Public Attributes | |
string[] | $closing |
string[] | $orig |
string | $type |
The base class for all other DiffOp classes.
The classes that extend DiffOp are: DiffOpCopy, DiffOpDelete, DiffOpAdd and DiffOpChange. FakeDiffOp also extends DiffOp, but it is not located in this file.
Definition at line 37 of file DairikiDiff.php.
DiffOp::getClosing | ( | $i = null | ) |
int | null | $i |
Definition at line 72 of file DairikiDiff.php.
References $closing.
DiffOp::getOrig | ( | ) |
DiffOp::getType | ( | ) |
DiffOp::nclosing | ( | ) |
DiffOp::norig | ( | ) |
|
abstract |
Reimplemented in DiffOpChange, DiffOpAdd, DiffOpDelete, DiffOpCopy, and FakeDiffOp.
string [] DiffOp::$closing |
Definition at line 52 of file DairikiDiff.php.
Referenced by DiffOpCopy\__construct(), DiffOpChange\__construct(), and getClosing().
string [] DiffOp::$orig |
Definition at line 47 of file DairikiDiff.php.
Referenced by DiffOpCopy\__construct(), DiffOpChange\__construct(), and getOrig().
string DiffOp::$type |
Definition at line 42 of file DairikiDiff.php.
Referenced by getType().