Text_MappedDiff::Text_MappedDiff

Advertisement

Summery Summery

PHP4 constructor.

Syntax Syntax

Text_MappedDiff::Text_MappedDiff( $from_lines,  $to_lines,  $mapped_from_lines,  $mapped_to_lines )

Source Source

File: wp-includes/Text/Diff.php

	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 );
	}

Advertisement

Advertisement

Leave a Reply