Base class for diff formatters
This class formats the diff in classic diff format. It is intended that this class be customized via inheritance, to obtain fancier outputs.
Hierarchy
- class DiffFormatter
Expanded class hierarchy of DiffFormatter
File
- core/
includes/ diff.inc, line 967 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Members
Name | Modifiers | Type | Description |
---|---|---|---|
DiffFormatter:: |
protected | property | This should be left at zero for this class, but subclasses may want to set this to other values. |
DiffFormatter:: |
protected | property | This should be left at zero for this class, but subclasses may want to set this to other values. |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
public | function | Format a diff. |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function | |
DiffFormatter:: |
protected | function |