MediaWiki REL1_40
|
A pseudo-formatter that just passes along the Diff::$edits array. More...
Inherits DiffFormatter.
Public Member Functions | |
format ( $diff) | |
Additional Inherited Members | |
Protected Member Functions inherited from DiffFormatter | |
added ( $lines) | |
block ( $xbeg, $xlen, $ybeg, $ylen, &$edits) | |
blockHeader ( $xbeg, $xlen, $ybeg, $ylen) | |
changed ( $orig, $closing) | |
Writes the two sets of lines to the output buffer, separated by "---" and a newline. | |
context ( $lines) | |
deleted ( $lines) | |
endBlock () | |
Called at the end of a block of connected edits. | |
endDiff () | |
lines ( $lines, $prefix=' ') | |
Writes all (optionally prefixed) lines to the output buffer, separated by newlines. | |
startBlock ( $header) | |
Called at the start of a block of connected edits. | |
startDiff () | |
writeOutput ( $text) | |
Writes a string to the output buffer. | |
Protected Attributes inherited from DiffFormatter | |
int | $leadingContextLines = 0 |
Number of leading context "lines" to preserve. | |
int | $trailingContextLines = 0 |
Number of trailing context "lines" to preserve. | |
A pseudo-formatter that just passes along the Diff::$edits array.
Definition at line 32 of file ArrayDiffFormatter.php.
ArrayDiffFormatter::format | ( | $diff | ) |
Reimplemented from DiffFormatter.
Definition at line 40 of file ArrayDiffFormatter.php.