ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
_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 109 of file class.WordLevelDiff.php.

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Change::__construct (   $orig,
  $closing 
)

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

114 {
115 $this->orig = $orig;
116 $this->closing = $closing;
117 }

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

Member Function Documentation

◆ reverse()

_DiffOp_Change::reverse ( )

Reimplemented from _DiffOp.

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

120 {
121 return new _DiffOp_Change($this->closing, $this->orig);
122 }

Field Documentation

◆ $type

_DiffOp_Change::$type = 'change'

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


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