ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
_DiffOp_Delete Class Reference
+ Inheritance diagram for _DiffOp_Delete:
+ Collaboration diagram for _DiffOp_Delete:

Public Member Functions

 _DiffOp_Delete ($lines)
 reverse ()
- Public Member Functions inherited from _DiffOp
 norig ()
 nclosing ()

Data Fields

 $type = 'delete'
- Data Fields inherited from _DiffOp
 $type
 $orig
 $closing

Detailed Description

Definition at line 694 of file class.WordLevelDiff.php.

Member Function Documentation

_DiffOp_Delete::_DiffOp_Delete (   $lines)

Definition at line 697 of file class.WordLevelDiff.php.

References _DiffOp_Copy\_DiffOp_Copy().

Referenced by reverse().

{
return new _DiffOp_Copy($this->closing, $this->orig);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

_DiffOp_Delete::reverse ( )

Reimplemented from _DiffOp.

Definition at line 702 of file class.WordLevelDiff.php.

References $type, and _DiffOp_Delete().

{

+ Here is the call graph for this function:

Field Documentation

_DiffOp_Delete::$type = 'delete'

Definition at line 695 of file class.WordLevelDiff.php.

Referenced by reverse().


The documentation for this class was generated from the following file: