ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
_DiffOp_Change Class Reference
+ Inheritance diagram for _DiffOp_Change:
+ Collaboration diagram for _DiffOp_Change:

Public Member Functions

 __construct ($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 804 of file class.WordLevelDiff.php.

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Change::__construct (   $orig,
  $closing 
)

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

809 {
810 $this->orig = $orig;
811 $this->closing = $closing;
812 }

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

Member Function Documentation

◆ reverse()

_DiffOp_Change::reverse ( )

Reimplemented from _DiffOp.

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

815 {
816 return new _DiffOp_Change($this->closing, $this->orig);
817 }

Field Documentation

◆ $type

_DiffOp_Change::$type = 'change'

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


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