Text_MappedDiff::Text_MappedDiff()
PHP4 constructor.
Метод класса: Text_MappedDiff{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Text_MappedDiff = new Text_MappedDiff(); $Text_MappedDiff->Text_MappedDiff( $from_lines, $to_lines,;
Код Text_MappedDiff::Text_MappedDiff() Text MappedDiff::Text MappedDiff WP 6.7.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 ); }