ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
_DiffOp_Change Class Reference
+ Inheritance diagram for _DiffOp_Change:
+ Collaboration diagram for _DiffOp_Change:

Public Member Functions

 __construct ($orig, $closing)
 
 reverse ()
 
 reverse ()
 

Data Fields

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Change::__construct (   $orig,
  $closing 
)

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

111 {
112 $this->orig = $orig;
113 $this->closing = $closing;
114 }

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

Member Function Documentation

◆ reverse()

_DiffOp_Change::reverse ( )

Reimplemented from _DiffOp.

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

117 {
118 return new _DiffOp_Change($this->closing, $this->orig);
119 }

Field Documentation

◆ $type

_DiffOp_Change::$type = 'change'

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


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