ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
_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 730 of file class.WordLevelDiff.php.

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Change::__construct (   $orig,
  $closing 
)

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

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

Member Function Documentation

◆ reverse()

_DiffOp_Change::reverse ( )

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

References $orig, DifferenceEngine\__construct(), array, and USE_ASSERTS.

744  {
+ Here is the call graph for this function:

Field Documentation

◆ $type

_DiffOp_Change::$type = 'change'

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


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