ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
_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 665 of file class.WordLevelDiff.php.

Member Function Documentation

◆ nclosing()

_DiffOp::nclosing ( )

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

678 {
679 return $this->closing ? sizeof($this->closing) : 0;
680 }

References $closing.

◆ norig()

_DiffOp::norig ( )

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

674 {
675 return $this->orig ? sizeof($this->orig) : 0;
676 }

References $orig.

◆ reverse()

_DiffOp::reverse ( )

Reimplemented in _DiffOp_Copy, _DiffOp_Delete, _DiffOp_Add, and _DiffOp_Change.

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

670 {
671 trigger_error('pure virtual', E_USER_ERROR);
672 }

Field Documentation

◆ $closing

_DiffOp::$closing

◆ $orig

_DiffOp::$orig

◆ $type

_DiffOp::$type

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


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