ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
_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
 reverse ()
 
 norig ()
 
 nclosing ()
 

Data Fields

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

Detailed Description

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

Member Function Documentation

◆ _DiffOp_Change()

_DiffOp_Change::_DiffOp_Change (   $orig,
  $closing 
)

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

747 {
748 $this->orig = $orig;
749 $this->closing = $closing;
750 }

References _DiffOp\$closing, and _DiffOp\$orig.

Referenced by reverse().

+ Here is the caller graph for this function:

◆ reverse()

_DiffOp_Change::reverse ( )

Reimplemented from _DiffOp.

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

752 {
753 return new _DiffOp_Change($this->closing, $this->orig);
754 }
_DiffOp_Change($orig, $closing)

References _DiffOp_Change().

+ Here is the call graph for this function:

Field Documentation

◆ $type

_DiffOp_Change::$type = 'change'

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


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