PHP Class Horde_Text_Diff_Renderer_Unified, horde

This class renders the diff in classic "unified diff" format. Copyright 2004-2016 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.
Author: Ciprian Popovici
Inheritance: extends Horde_Text_Diff_Renderer
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_leading_context_lines Number of leading context "lines" to preserve.
$_trailing_context_lines Number of trailing context "lines" to preserve.

Méthodes protégées

Méthode Description
_added ( $lines )
_blockHeader ( $xbeg, $xlen, $ybeg, $ylen )
_changed ( $orig, $final )
_context ( $lines )
_deleted ( $lines )

Method Details

_added() protected méthode

protected _added ( $lines )

_blockHeader() protected méthode

protected _blockHeader ( $xbeg, $xlen, $ybeg, $ylen )

_changed() protected méthode

protected _changed ( $orig, $final )

_context() protected méthode

protected _context ( $lines )

_deleted() protected méthode

protected _deleted ( $lines )

Property Details

$_leading_context_lines protected_oe property

Number of leading context "lines" to preserve.
protected $_leading_context_lines

$_trailing_context_lines protected_oe property

Number of trailing context "lines" to preserve.
protected $_trailing_context_lines