|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for _DiffOp:
Collaboration diagram for _DiffOp:Public Member Functions | |
| reverse () | |
| norig () | |
| nclosing () | |
Data Fields | |
| $type | |
| $orig | |
| $closing | |
Definition at line 665 of file class.WordLevelDiff.php.
| _DiffOp::nclosing | ( | ) |
| _DiffOp::norig | ( | ) |
| _DiffOp::reverse | ( | ) |
Reimplemented in _DiffOp_Copy, _DiffOp_Delete, _DiffOp_Add, and _DiffOp_Change.
Definition at line 670 of file class.WordLevelDiff.php.
| _DiffOp::$closing |
Definition at line 668 of file class.WordLevelDiff.php.
Referenced by _DiffOp_Change\__construct(), _DiffOp_Copy\__construct(), and nclosing().
| _DiffOp::$orig |
Definition at line 667 of file class.WordLevelDiff.php.
Referenced by _DiffOp_Change\__construct(), _DiffOp_Copy\__construct(), and norig().
| _DiffOp::$type |
Definition at line 666 of file class.WordLevelDiff.php.