Inheritance diagram for Text_Diff_Op_change:
Collaboration diagram for Text_Diff_Op_change:Public Member Functions | |
| Text_Diff_Op_change ($orig, $final) | |
| reverse () | |
Definition at line 827 of file Diff.php.
| Text_Diff_Op_change::reverse | ( | ) |
Reimplemented from Text_Diff_Op.
Definition at line 835 of file Diff.php.
References Text_Diff_Op_change().
{
return $reverse = new Text_Diff_Op_change($this->final, $this->orig);
}
Here is the call graph for this function:| Text_Diff_Op_change::Text_Diff_Op_change | ( | $ | orig, | |
| $ | final | |||
| ) |
Definition at line 829 of file Diff.php.
References Text_Diff_Op::$final, and Text_Diff_Op::$orig.
Referenced by reverse().
Here is the caller graph for this function:
1.7.1