ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
_DiffOp_Add Class Reference
+ Inheritance diagram for _DiffOp_Add:
+ Collaboration diagram for _DiffOp_Add:

Public Member Functions

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

Data Fields

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

Detailed Description

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

Member Function Documentation

_DiffOp_Add::_DiffOp_Add (   $lines)

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

Referenced by reverse().

{
return new _DiffOp_Add($this->orig);
}

+ Here is the caller graph for this function:

_DiffOp_Add::reverse ( )

Reimplemented from _DiffOp.

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

References $type, and _DiffOp_Add().

{

+ Here is the call graph for this function:

Field Documentation

_DiffOp_Add::$type = 'add'

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

Referenced by reverse().


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