PHP Class Chora_Diff_Helper, horde

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_View_Helper_Base
显示文件 Open project: horde/horde

Protected Properties

Property Type Description
$_context array
$_leftLine integer
$_leftLines array
$_leftNumbers
$_rightLine
$_rightLines
$_rightNumbers

Public Methods

Method Description
diff ( Horde_Vcs_File $file, $r1, $r2, $id = null )
diffAdd ( $change )
diffCaption ( )
diffChange ( $change )
diffContext ( )
diffEmpty ( $change )
diffRemove ( $change )
hasContext ( )

Method Details

diff() public method

public diff ( Horde_Vcs_File $file, $r1, $r2, $id = null )
$file Horde_Vcs_File

diffAdd() public method

public diffAdd ( $change )

diffCaption() public method

public diffCaption ( )

diffChange() public method

public diffChange ( $change )

diffContext() public method

public diffContext ( )

diffEmpty() public method

public diffEmpty ( $change )

diffRemove() public method

public diffRemove ( $change )

hasContext() public method

public hasContext ( )

Property Details

$_context protected_oe property

protected array $_context
return array

$_leftLine protected_oe property

protected int $_leftLine
return integer

$_leftLines protected_oe property

protected array $_leftLines
return array

$_leftNumbers protected_oe property

protected $_leftNumbers

$_rightLine protected_oe property

protected $_rightLine

$_rightLines protected_oe property

protected $_rightLines

$_rightNumbers protected_oe property

protected $_rightNumbers