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

Public Member Functions

 _DiffOp_Change ($orig, $closing)
 reverse ()
- Public Member Functions inherited from _DiffOp
 norig ()
 nclosing ()

Data Fields

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

Detailed Description

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

Member Function Documentation

_DiffOp_Change::_DiffOp_Change (   $orig,
  $closing 
)

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

Referenced by reverse().

{
return new _DiffOp_Delete($this->closing);
}

+ Here is the caller graph for this function:

_DiffOp_Change::reverse ( )

Reimplemented from _DiffOp.

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

References _DiffOp\$closing, _DiffOp\$orig, $type, and _DiffOp_Change().

{

+ Here is the call graph for this function:

Field Documentation

_DiffOp_Change::$type = 'change'

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

Referenced by reverse().


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