function DiffOpChange::reverse
Overrides DiffOp::reverse
File
- 
              core/
lib/ Drupal/ Component/ Diff/ Engine/ DiffOpChange.php, line 18  
Class
- DiffOpChange
 - @todo document @private @subpackage DifferenceEngine
 
Namespace
Drupal\Component\Diff\EngineCode
public function reverse() {
  return new DiffOpChange($this->closing, $this->orig);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.