ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
_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 790 of file class.WordLevelDiff.php.

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Change::__construct (   $orig,
  $closing 
)

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

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

794  {
795  return new _DiffOp_Delete($this->closing);
796  }
797 }
798 
+ Here is the call graph for this function:

Member Function Documentation

◆ reverse()

_DiffOp_Change::reverse ( )

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

805 {

Field Documentation

◆ $type

_DiffOp_Change::$type = 'change'

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


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