$_leading_context_lines
$_leading_context_lines :
Number of leading context "lines" to preserve.
This should be left at zero for this class, but subclasses may want to set this to other values.
A class to render Diffs in different formats.
This class renders the diff in classic diff format. It is intended that this class be customized via inheritance, to obtain fancier outputs.
Copyright 2004-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
render(\Horde_Text_Diff $diff) : string
Renders a diff.
\Horde_Text_Diff | $diff | A Horde_Text_Diff object. |
The formatted output.