MediaWiki  1.28.1
DiffOpCopy Class Reference

Extends DiffOp. More...

Inheritance diagram for DiffOpCopy:
Collaboration diagram for DiffOpCopy:

Public Member Functions

 __construct ($orig, $closing=false)
 
 reverse ()
 
- Public Member Functions inherited from DiffOp
 getClosing ($i=null)
 
 getOrig ()
 
 getType ()
 
 nclosing ()
 
 norig ()
 
 reverse ()
 

Public Attributes

 $type = 'copy'
 
- Public Attributes inherited from DiffOp
string[] $closing
 
string[] $orig
 
string $type
 

Detailed Description

Extends DiffOp.

Used to mark strings that have been copied from one string array to the other.

Access:
private

Definition at line 106 of file DairikiDiff.php.

Constructor & Destructor Documentation

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

Definition at line 109 of file DairikiDiff.php.

References DiffOp\$closing, and DiffOp\$orig.

Member Function Documentation

DiffOpCopy::reverse ( )
Returns
DiffOpCopy

Definition at line 120 of file DairikiDiff.php.

Member Data Documentation

DiffOpCopy::$type = 'copy'

Definition at line 107 of file DairikiDiff.php.


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