Inheritance diagram for Text_Diff_Op:Public Member Functions | |
| reverse () | |
| norig () | |
| nfinal () | |
Data Fields | |
| $orig | |
| $final | |
Definition at line 733 of file Diff.php.
| Text_Diff_Op::nfinal | ( | ) |
| Text_Diff_Op::norig | ( | ) |
| Text_Diff_Op::reverse | ( | ) |
Reimplemented in Text_Diff_Op_copy, Text_Diff_Op_delete, Text_Diff_Op_add, and Text_Diff_Op_change.
Definition at line 738 of file Diff.php.
{
trigger_error('Abstract method', E_USER_ERROR);
}
| Text_Diff_Op::$final |
Definition at line 736 of file Diff.php.
Referenced by Text_Diff_Op_change::Text_Diff_Op_change(), and Text_Diff_Op_copy::Text_Diff_Op_copy().
| Text_Diff_Op::$orig |
Definition at line 735 of file Diff.php.
Referenced by Text_Diff_Op_change::Text_Diff_Op_change(), and Text_Diff_Op_copy::Text_Diff_Op_copy().
1.7.1