Text_MappedDiff::Text_MappedDiff()publicWP 1.0

PHP4 constructor.

Метод класса: Text_MappedDiff{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код Text_MappedDiff::Text_MappedDiff() WP 6.4.3

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