PHP Класс 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.
Автор: Ciprian Popovici
Наследование: extends Horde_Text_Diff_Renderer
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_leading_context_lines Number of leading context "lines" to preserve.
$_trailing_context_lines Number of trailing context "lines" to preserve.

Защищенные методы

Метод Описание
_added ( $lines )
_blockHeader ( $xbeg, $xlen, $ybeg, $ylen )
_changed ( $orig, $final )
_context ( $lines )
_deleted ( $lines )

Описание методов

_added() защищенный Метод

protected _added ( $lines )

_blockHeader() защищенный Метод

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

_changed() защищенный Метод

protected _changed ( $orig, $final )

_context() защищенный Метод

protected _context ( $lines )

_deleted() защищенный Метод

protected _deleted ( $lines )

Описание свойств

$_leading_context_lines защищенное свойство

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

$_trailing_context_lines защищенное свойство

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