ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
_DiffOp_Add Class Reference
+ Inheritance diagram for _DiffOp_Add:
+ Collaboration diagram for _DiffOp_Add:

Public Member Functions

 __construct ($lines)
 
 reverse ()
 
- Public Member Functions inherited from _DiffOp
 reverse ()
 
 norig ()
 
 nclosing ()
 

Data Fields

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Add::__construct (   $lines)

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

716  {
717  return new _DiffOp_Add($this->orig);
718  }

Member Function Documentation

◆ reverse()

_DiffOp_Add::reverse ( )

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

References DifferenceEngine\__construct().

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

Field Documentation

◆ $type

_DiffOp_Add::$type = 'add'

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


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