Text_MappedDiff::Text_MappedDiff()publicWP 1.0

PHP4 constructor.

Method of the class: Text_MappedDiff{}

No Hooks.

Return

null. Nothing (null).

Usage

$Text_MappedDiff = new Text_MappedDiff();
$Text_MappedDiff->Text_MappedDiff( $from_lines, $to_lines,;

Text_MappedDiff::Text_MappedDiff() code WP 6.5.2

public function Text_MappedDiff( $from_lines, $to_lines,
                             $mapped_from_lines, $mapped_to_lines ) {
	self::__construct( $from_lines, $to_lines,
                             $mapped_from_lines, $mapped_to_lines );
}