orig = $orig; $this->closing = $closing; } public function reverse() { return new DiffOpCopy($this->closing, $this->orig); } }