Public Member Functions | |
Text_Diff_Op_copy ($orig, $final=false) | |
reverse () |
Definition at line 761 of file Diff.php.
Text_Diff_Op_copy::reverse | ( | ) |
Reimplemented from Text_Diff_Op.
Definition at line 772 of file Diff.php.
References Text_Diff_Op_copy().
{ return $reverse = new Text_Diff_Op_copy($this->final, $this->orig); }
Text_Diff_Op_copy::Text_Diff_Op_copy | ( | $ | orig, | |
$ | final = false | |||
) |
Definition at line 763 of file Diff.php.
References Text_Diff_Op::$final, and Text_Diff_Op::$orig.
Referenced by reverse().