PHP Class patch_obj, diff_match_patch-php

Show file Open project: nuxodin/diff_match_patch-php Class Usage Examples

Public Properties

Property Type Description
$diffs
$length1
$length2
$start1
$start2

Public Methods

Method Description
__toString ( )
toString ( ) : {string} Emmulate GNU diff's format.

Method Details

__toString() public method

public __toString ( )

toString() public method

Header: @@ -382,8 +481,9 @@ Indicies are printed as 1-based, not 0-based.
public toString ( ) : {string}
return {string}

Property Details

$diffs public property

public $diffs

$length1 public property

public $length1

$length2 public property

public $length2

$start1 public property

public $start1

$start2 public property

public $start2