ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
_DiffOp_Delete Class Reference
+ Inheritance diagram for _DiffOp_Delete:
+ Collaboration diagram for _DiffOp_Delete:

Public Member Functions

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

Data Fields

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Delete::__construct (   $lines)

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

References $type, and DifferenceEngine\__construct().

752  {
753  return new _DiffOp_Copy($this->closing, $this->orig);
754  }
755 }
756 
+ Here is the call graph for this function:

Member Function Documentation

◆ reverse()

_DiffOp_Delete::reverse ( )

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

763 {

Field Documentation

◆ $type

_DiffOp_Delete::$type = 'delete'

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


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