Text_MappedDiff::Text_MappedDiff()
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() Text MappedDiff::Text MappedDiff code 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 ); }