public function DiffOpAdd::reverse in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Diff/Engine/DiffOpAdd.php \Drupal\Component\Diff\Engine\DiffOpAdd::reverse()
Overrides DiffOp::reverse
File
- lib/
Drupal/ Component/ Diff/ Engine/ DiffOpAdd.php, line 23 - Contains \Drupal\Component\Diff\Engine\DiffOpAdd.
Class
- DiffOpAdd
- @todo document @private @subpackage DifferenceEngine
Namespace
Drupal\Component\Diff\EngineCode
public function reverse() {
return new DiffOpDelete($this->closing);
}