You are here

public function DiffOpAdd::reverse in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php \Drupal\Component\Diff\Engine\DiffOpAdd::reverse()

Overrides DiffOp::reverse

File

core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php, line 18

Class

DiffOpAdd
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

public function reverse() {
  return new DiffOpDelete($this->closing);
}