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

Public Member Functions

 __construct ($orig, $closing=false)
 
 reverse ()
 
- Public Member Functions inherited from _DiffOp
 reverse ()
 
 norig ()
 
 nclosing ()
 

Data Fields

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

_DiffOp_Copy::__construct (   $orig,
  $closing = false 
)

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

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

728  {
729  return $this->closing ? sizeof($this->closing) : 0;
730  }
731 }
+ Here is the call graph for this function:

Member Function Documentation

◆ reverse()

_DiffOp_Copy::reverse ( )

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

739 {
740  public $type = 'copy';

Field Documentation

◆ $type

_DiffOp_Copy::$type = 'copy'

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


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