Class Horde_Text_Diff_ThreeWay
A class for computing three way merges.
Copyright 2007-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Package: Text\Diff
Author: Geoffrey T. Dairiki dairiki@dairiki.org
Located at Horde/Text/Diff/ThreeWay.php
Author: Geoffrey T. Dairiki dairiki@dairiki.org
Located at Horde/Text/Diff/ThreeWay.php
public
|
#
__construct( array $orig, array $final1, array $final2 )
Computes diff between 3 sequences of strings. |
public
|