MediaWiki master
Wikimedia\Diff\DiffOpAdd Class Reference

Extends DiffOp. More...

Inherits Wikimedia\Diff\DiffOp.

Collaboration diagram for Wikimedia\Diff\DiffOpAdd:

Public Member Functions

 __construct ( $lines)
 
 reverse ()
 
- Public Member Functions inherited from Wikimedia\Diff\DiffOp
 getClosing ( $i=null)
 Without a line number this returns either all lines on the right ("new") side of the diff, or false when it's a delete operation.
 
 getOrig ()
 Returns either all lines on the left ("old") side of the diff, or false when it's an add operation.
 
 getType ()
 
 nclosing ()
 
 norig ()
 

Public Attributes

 $type = 'add'
 
- Public Attributes inherited from Wikimedia\Diff\DiffOp
string[] false $closing
 The right ("new") side of the diff, or false when it's a "delete".
 
string[] false $orig
 The left ("old") side of the diff, or false when it's an "add".
 
string $type
 

Detailed Description

Extends DiffOp.

Used to mark strings that have been added from the first string array.

Definition at line 36 of file DiffOpAdd.php.

Constructor & Destructor Documentation

◆ __construct()

Wikimedia\Diff\DiffOpAdd::__construct ( $lines)
Parameters
string[]$lines

Definition at line 43 of file DiffOpAdd.php.

References $lines.

Member Function Documentation

◆ reverse()

Wikimedia\Diff\DiffOpAdd::reverse ( )
Returns
DiffOpDelete

Reimplemented from Wikimedia\Diff\DiffOp.

Definition at line 51 of file DiffOpAdd.php.

Member Data Documentation

◆ $type

Wikimedia\Diff\DiffOpAdd::$type = 'add'

Definition at line 38 of file DiffOpAdd.php.


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