ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
_DiffOp Class Reference
+ Inheritance diagram for _DiffOp:
+ Collaboration diagram for _DiffOp:

Public Member Functions

 reverse ()
 
 norig ()
 
 nclosing ()
 

Data Fields

 $type
 
 $orig
 
 $closing
 

Detailed Description

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

Member Function Documentation

◆ nclosing()

_DiffOp::nclosing ( )

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

728 {
729 return $this->closing ? sizeof($this->closing) : 0;
730 }

References $closing.

◆ norig()

_DiffOp::norig ( )

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

723 {
724 return $this->orig ? sizeof($this->orig) : 0;
725 }

References $orig.

◆ reverse()

_DiffOp::reverse ( )

Reimplemented in _DiffOp_Copy, _DiffOp_Delete, _DiffOp_Add, and _DiffOp_Change.

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

718 {
719 trigger_error('pure virtual', E_USER_ERROR);
720 }

Field Documentation

◆ $closing

_DiffOp::$closing

◆ $orig

_DiffOp::$orig

◆ $type

_DiffOp::$type

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


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