ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
_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 769 of file class.WordLevelDiff.php.

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Add::__construct (   $lines)

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

References $type, and DifferenceEngine\__construct().

773  {
774  return new _DiffOp_Add($this->orig);
775  }
776 }
777 
+ Here is the call graph for this function:

Member Function Documentation

◆ reverse()

_DiffOp_Add::reverse ( )

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

784 {

Field Documentation

◆ $type

_DiffOp_Add::$type = 'add'

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


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