Text_Diff_Op_change::Text_Diff_Op_change()
PHP4 constructor.
Method of the class: Text_Diff_Op_change{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Text_Diff_Op_change = new Text_Diff_Op_change(); $Text_Diff_Op_change->Text_Diff_Op_change( $orig, $final );
- $orig (required)
- -
- $final (required)
- -
Text_Diff_Op_change::Text_Diff_Op_change() Text Diff Op change::Text Diff Op change code WP 6.7.1
public function Text_Diff_Op_change( $orig, $final ) { self::__construct( $orig, $final ); }