|
MediaWiki
master
|
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 | $i |
Definition at line 72 of file DairikiDiff.php.
References $closing.
| DiffOp::getOrig | ( | ) |
| DiffOp::getType | ( | ) |
| DiffOp::nclosing | ( | ) |
Definition at line 94 of file DairikiDiff.php.
| DiffOp::norig | ( | ) |
Definition at line 87 of file DairikiDiff.php.
|
abstract |
| 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().