Public Member Functions

Text_Diff_Op_change Class Reference

Inheritance diagram for Text_Diff_Op_change:
Collaboration diagram for Text_Diff_Op_change:

Public Member Functions

 Text_Diff_Op_change ($orig, $final)
 reverse ()

Detailed Description

Definition at line 827 of file Diff.php.


Member Function Documentation

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().

    {
        $this->orig = $orig;
        $this->final = $final;
    }

Here is the caller graph for this function:


The documentation for this class was generated from the following file: