Text_Diff_Op_change::Text_Diff_Op_change()publicWP 1.0

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() code WP 6.4.3

public function Text_Diff_Op_change( $orig, $final ) {
	self::__construct( $orig, $final );
}